From d74e7fe6ceac8e38a48ba385075b50a0c69f79f6 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 17 Apr 2007 09:20:54 +0000 Subject: INTEGRATION: CWS jl51 (1.25.30); FILE MERGED 2007/02/05 13:54:20 jl 1.25.30.1: #i69228 warning free code --- xmlsecurity/source/helper/xmlsignaturehelper.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'xmlsecurity/source/helper') 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 */ -- cgit