From b7ab166b9e1ce01ec07c366fbd46030664b70e8f Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 17 Apr 2007 09:19:18 +0000 Subject: [PATCH] INTEGRATION: CWS jl51 (1.2.118); FILE MERGED 2007/02/05 13:54:19 jl 1.2.118.1: #i69228 warning free code --- xmlsecurity/source/framework/encryptionengine.hxx | 7 +++---- xmlsecurity/source/framework/signatureengine.hxx | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/xmlsecurity/source/framework/encryptionengine.hxx b/xmlsecurity/source/framework/encryptionengine.hxx index 382ce473ea1f..10ec357b7849 100644 --- a/xmlsecurity/source/framework/encryptionengine.hxx +++ b/xmlsecurity/source/framework/encryptionengine.hxx @@ -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) {}; diff --git a/xmlsecurity/source/framework/signatureengine.hxx b/xmlsecurity/source/framework/signatureengine.hxx index af9ca9376885..3ba8d905d116 100644 --- a/xmlsecurity/source/framework/signatureengine.hxx +++ b/xmlsecurity/source/framework/signatureengine.hxx @@ -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) {};