summaryrefslogtreecommitdiff
path: root/xmlsecurity/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-11-11 08:21:06 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-11-11 08:21:06 +0000
commitce32648a698305d1f3ce70e9ff1e947f59ab1620 (patch)
tree1088ce898dac96bb610118479989bfe517c752ed /xmlsecurity/source
parent79a462d0a66a51bb754eb6b6c381cac656d8ee5c (diff)
INTEGRATION: CWS xmlsec13 (1.4.28); FILE MERGED
2005/10/31 13:43:22 jl 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2005/10/25 10:59:33 jl 1.4.28.1: #i54495 errorhandling for verification and signing fixed
Diffstat (limited to 'xmlsecurity/source')
-rw-r--r--xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.cxx b/xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.cxx
index 4eeeaaddaf99..c7691e7ca310 100644
--- a/xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.cxx
+++ b/xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlencryption_nssimpl.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 17:35:17 $
+ * last change: $Author: rt $ $Date: 2005-11-11 09:21:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -186,7 +186,7 @@ SAL_CALL XMLEncryption_NssImpl :: encrypt(
isParentRef = sal_False;
}
- setErrorRecorder( aTemplate );
+ setErrorRecorder( );
pMngr = pSecEnv->createKeysManager() ; //i39448
if( !pMngr ) {
@@ -311,7 +311,7 @@ SAL_CALL XMLEncryption_NssImpl :: decrypt(
isParentRef = sal_False;
}
- setErrorRecorder( aTemplate );
+ setErrorRecorder( );
sal_Int32 nSecurityEnvironment = aSecurityCtx->getSecurityEnvironmentNumber();
sal_Int32 i;