INTEGRATION: CWS jl51 (1.2.118); FILE MERGED

2007/02/05 13:54:19 jl 1.2.118.1: #i69228 warning free code
This commit is contained in:
Ivo Hinkelmann 2007-04-17 09:19:18 +00:00
parent bb109b8394
commit b7ab166b9e
2 changed files with 6 additions and 8 deletions

View file

@ -4,9 +4,9 @@
*
* $RCSfile: encryptionengine.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: rt $ $Date: 2005-09-09 17:16:54 $
* last change: $Author: ihi $ $Date: 2007-04-17 10:17:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -116,8 +116,7 @@ protected:
* for a Decryptor, decryption operation is performed.
*/
virtual void startEngine( const com::sun::star::uno::Reference<
com::sun::star::xml::crypto::XXMLEncryptionTemplate >&
xEncryptionTemplate)
com::sun::star::xml::crypto::XXMLEncryptionTemplate >&)
throw (com::sun::star::uno::Exception, com::sun::star::uno::RuntimeException)
{};

View file

@ -4,9 +4,9 @@
*
* $RCSfile: signatureengine.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: rt $ $Date: 2005-09-09 17:19:51 $
* last change: $Author: ihi $ $Date: 2007-04-17 10:19:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -145,8 +145,7 @@ protected:
* for a SignatureVerifier, verification operation is performed.
*/
virtual void startEngine( const com::sun::star::uno::Reference<
com::sun::star::xml::crypto::XXMLSignatureTemplate >&
xSignatureTemplate)
com::sun::star::xml::crypto::XXMLSignatureTemplate >&)
throw (com::sun::star::uno::Exception, com::sun::star::uno::RuntimeException)
{};