summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/helper
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-04-17 09:20:54 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-04-17 09:20:54 +0000
commitd74e7fe6ceac8e38a48ba385075b50a0c69f79f6 (patch)
tree808ee7b9bba926c5cb6382b32240fc2886a775d5 /xmlsecurity/source/helper
parent8b4023d7a6599e7218420040dbf39c33290db860 (diff)
INTEGRATION: CWS jl51 (1.25.30); FILE MERGED
2007/02/05 13:54:20 jl 1.25.30.1: #i69228 warning free code
Diffstat (limited to 'xmlsecurity/source/helper')
-rw-r--r--xmlsecurity/source/helper/xmlsignaturehelper.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/xmlsecurity/source/helper/xmlsignaturehelper.cxx b/xmlsecurity/source/helper/xmlsignaturehelper.cxx
index 8a91049989f0..cfedfbd1d730 100644
--- a/xmlsecurity/source/helper/xmlsignaturehelper.cxx
+++ b/xmlsecurity/source/helper/xmlsignaturehelper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlsignaturehelper.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 14:40:25 $
+ * last change: $Author: ihi $ $Date: 2007-04-17 10:20:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -258,11 +258,12 @@ bool XMLSignatureHelper::CreateAndWriteSignature( const uno::Reference< xml::sax
/*
* create a signature listener
*/
+/*
ImplXMLSignatureListener* pSignatureListener = new ImplXMLSignatureListener(
LINK( this, XMLSignatureHelper, SignatureCreationResultListener ),
LINK( this, XMLSignatureHelper, SignatureVerifyResultListener ),
LINK( this, XMLSignatureHelper, StartVerifySignatureElement ) );
-
+*/
/*
* configure the signature creation listener
*/