summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/framework/signatureengine.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-04-17 09:19:18 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-04-17 09:19:18 +0000
commitb7ab166b9e1ce01ec07c366fbd46030664b70e8f (patch)
treefc82f1367a30df0fb2f7863e28004fef7c1259fa /xmlsecurity/source/framework/signatureengine.hxx
parentbb109b83941d93df68cabd910886a177819eb1d5 (diff)
INTEGRATION: CWS jl51 (1.2.118); FILE MERGED
2007/02/05 13:54:19 jl 1.2.118.1: #i69228 warning free code
Diffstat (limited to 'xmlsecurity/source/framework/signatureengine.hxx')
-rw-r--r--xmlsecurity/source/framework/signatureengine.hxx7
1 files changed, 3 insertions, 4 deletions
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)
{};