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 $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@@ -116,8 +116,7 @@ protected:
* for a Decryptor, decryption operation is performed. * for a Decryptor, decryption operation is performed.
*/ */
virtual void startEngine( const com::sun::star::uno::Reference< virtual void startEngine( const com::sun::star::uno::Reference<
com::sun::star::xml::crypto::XXMLEncryptionTemplate >& com::sun::star::xml::crypto::XXMLEncryptionTemplate >&)
xEncryptionTemplate)
throw (com::sun::star::uno::Exception, com::sun::star::uno::RuntimeException) throw (com::sun::star::uno::Exception, com::sun::star::uno::RuntimeException)
{}; {};

View File

@@ -4,9 +4,9 @@
* *
* $RCSfile: signatureengine.hxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@@ -145,8 +145,7 @@ protected:
* for a SignatureVerifier, verification operation is performed. * for a SignatureVerifier, verification operation is performed.
*/ */
virtual void startEngine( const com::sun::star::uno::Reference< virtual void startEngine( const com::sun::star::uno::Reference<
com::sun::star::xml::crypto::XXMLSignatureTemplate >& com::sun::star::xml::crypto::XXMLSignatureTemplate >&)
xSignatureTemplate)
throw (com::sun::star::uno::Exception, com::sun::star::uno::RuntimeException) throw (com::sun::star::uno::Exception, com::sun::star::uno::RuntimeException)
{}; {};