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:
This commit is contained in:
parent
9eca01c0b8
commit
e8e0ca7df6
1 changed files with 4 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: xsecsign.cxx,v $
|
* $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
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
|
@ -113,7 +113,7 @@ cssu::Reference< cssxc::sax::XReferenceResolvedListener > XSecController::prepar
|
||||||
cssu::Reference< cssxc::sax::XReferenceResolvedListener > xReferenceResolvedListener;
|
cssu::Reference< cssxc::sax::XReferenceResolvedListener > xReferenceResolvedListener;
|
||||||
|
|
||||||
nIdOfSignatureElementCollector =
|
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);
|
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(
|
sal_Int32 nKeeperId = m_xSAXEventKeeper->addSecurityElementCollector(
|
||||||
cssxc::sax::ElementMarkPriority_PRI_AFTERMODIFY, sal_False);
|
cssxc::sax::ElementMarkPriority_AFTERMODIFY, sal_False);
|
||||||
|
|
||||||
int index = findSignatureInfor( securityId );
|
int index = findSignatureInfor( securityId );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue