summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-03-29 12:22:58 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-03-29 12:22:58 +0000
commite8e0ca7df60049b0b29732f4d33bb6303dec90ad (patch)
treed1ce565ff2a6479e9fa2b605a41cd6ee3aab62f1 /xmlsecurity
parent9eca01c0b8184ee8ae2d97e784b0d22c317b1cb7 (diff)
INTEGRATION: CWS xmlsec10 (1.5.4); FILE MERGED
2005/03/23 09:52:49 mmi 1.5.4.1: idl review Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/helper/xsecsign.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlsecurity/source/helper/xsecsign.cxx b/xmlsecurity/source/helper/xsecsign.cxx
index 5eebb56d1d61..952a98df406b 100644
--- a/xmlsecurity/source/helper/xsecsign.cxx
+++ b/xmlsecurity/source/helper/xsecsign.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xsecsign.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2005-03-10 18:08:47 $
+ * last change: $Author: rt $ $Date: 2005-03-29 13:22:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -113,7 +113,7 @@ cssu::Reference< cssxc::sax::XReferenceResolvedListener > XSecController::prepar
cssu::Reference< cssxc::sax::XReferenceResolvedListener > xReferenceResolvedListener;
nIdOfSignatureElementCollector =
- m_xSAXEventKeeper->addSecurityElementCollector( cssxc::sax::ElementMarkPriority_PRI_AFTERMODIFY, sal_True );
+ m_xSAXEventKeeper->addSecurityElementCollector( cssxc::sax::ElementMarkPriority_AFTERMODIFY, sal_True );
m_xSAXEventKeeper->setSecurityId(nIdOfSignatureElementCollector, nSecurityId);
@@ -242,7 +242,7 @@ void XSecController::collectToSign( sal_Int32 securityId, const rtl::OUString& r
*/
{
sal_Int32 nKeeperId = m_xSAXEventKeeper->addSecurityElementCollector(
- cssxc::sax::ElementMarkPriority_PRI_AFTERMODIFY, sal_False);
+ cssxc::sax::ElementMarkPriority_AFTERMODIFY, sal_False);
int index = findSignatureInfor( securityId );