summaryrefslogtreecommitdiff
path: root/xmlsecurity/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-03-29 12:21:36 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-03-29 12:21:36 +0000
commit900cf094ff4ad7e424089fb23160cc07c87cc8f9 (patch)
tree5f46090b2b43037c1b38c9f4ea60ef3d3e61cf91 /xmlsecurity/source
parente79f3ad0fe2dddb339f1f7024fde3ccb3f67bc02 (diff)
INTEGRATION: CWS xmlsec10 (1.1.1.1.38); FILE MERGED
2005/03/23 09:52:47 mmi 1.1.1.1.38.1: idl review Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'xmlsecurity/source')
-rw-r--r--xmlsecurity/source/framework/saxeventkeeperimpl.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlsecurity/source/framework/saxeventkeeperimpl.hxx b/xmlsecurity/source/framework/saxeventkeeperimpl.hxx
index 04ee57e37c50..623c4c0e4589 100644
--- a/xmlsecurity/source/framework/saxeventkeeperimpl.hxx
+++ b/xmlsecurity/source/framework/saxeventkeeperimpl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: saxeventkeeperimpl.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mt $ $Date: 2004-07-12 13:15:22 $
+ * last change: $Author: rt $ $Date: 2005-03-29 13:21:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -356,12 +356,12 @@ public:
throw (com::sun::star::uno::RuntimeException);
/* XSAXEventKeeperStatusChangeBroadcaster */
- virtual void SAL_CALL addXSAXEventKeeperStatusChangeListener(
+ virtual void SAL_CALL addSAXEventKeeperStatusChangeListener(
const com::sun::star::uno::Reference<
com::sun::star::xml::crypto::sax::XSAXEventKeeperStatusChangeListener >&
listener )
throw (com::sun::star::uno::RuntimeException);
- virtual void SAL_CALL removeXSAXEventKeeperStatusChangeListener(
+ virtual void SAL_CALL removeSAXEventKeeperStatusChangeListener(
const com::sun::star::uno::Reference<
com::sun::star::xml::crypto::sax::XSAXEventKeeperStatusChangeListener >&
listener )