summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-03-29 12:22:42 +0000
committerRüdiger Timm <rt@openoffice.org>2005-03-29 12:22:42 +0000
commit9eca01c0b8184ee8ae2d97e784b0d22c317b1cb7 (patch)
tree83141df1007b7ddc990aa66e9f6659eb79d09cfa /xmlsecurity
parent50adc360262c8eccc9e600db039b150ff751e826 (diff)
INTEGRATION: CWS xmlsec10 (1.5.24); FILE MERGED
2005/03/23 09:52:48 mmi 1.5.24.1: idl review Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/helper/xsecctl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx
index a8749217a8d9..dc6c6336d353 100644
--- a/xmlsecurity/source/helper/xsecctl.cxx
+++ b/xmlsecurity/source/helper/xsecctl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xsecctl.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 14:56:39 $
+ * last change: $Author: rt $ $Date: 2005-03-29 13:22:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -423,7 +423,7 @@ void XSecController::createXSecComponent( )
xStatusChangeListener = this;
xSAXEventKeeperStatusChangeBroadcaster
- ->addXSAXEventKeeperStatusChangeListener( xStatusChangeListener );
+ ->addSAXEventKeeperStatusChangeListener( xStatusChangeListener );
m_nStatusOfSecurityComponents = INITIALIZED;
}
@@ -1064,7 +1064,7 @@ void XSecController::endMission()
cssu::Reference<cssxc::sax::XSAXEventKeeperStatusChangeBroadcaster>
xSAXEventKeeperStatusChangeBroadcaster(m_xSAXEventKeeper, cssu::UNO_QUERY);
xSAXEventKeeperStatusChangeBroadcaster
- ->addXSAXEventKeeperStatusChangeListener( NULL );
+ ->addSAXEventKeeperStatusChangeListener( NULL );
}
}