summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/xml/crypto/sax/XSAXEventKeeperStatusChangeBroadcaster.idl8
-rw-r--r--offapi/com/sun/star/xml/crypto/sax/XSecuritySAXEventKeeper.idl14
2 files changed, 11 insertions, 11 deletions
diff --git a/offapi/com/sun/star/xml/crypto/sax/XSAXEventKeeperStatusChangeBroadcaster.idl b/offapi/com/sun/star/xml/crypto/sax/XSAXEventKeeperStatusChangeBroadcaster.idl
index 55556b4df558..4ed0f174decf 100644
--- a/offapi/com/sun/star/xml/crypto/sax/XSAXEventKeeperStatusChangeBroadcaster.idl
+++ b/offapi/com/sun/star/xml/crypto/sax/XSAXEventKeeperStatusChangeBroadcaster.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSAXEventKeeperStatusChangeBroadcaster.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2004-08-31 10:03:48 $
+ * last change: $Author: rt $ $Date: 2005-03-29 13:41:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,7 +88,7 @@ interface XSAXEventKeeperStatusChangeBroadcaster : com::sun::star::uno::XInterfa
*
* @param listener the listener to be added
*/
- void addXSAXEventKeeperStatusChangeListener(
+ void addSAXEventKeeperStatusChangeListener(
[in] XSAXEventKeeperStatusChangeListener listener);
/**
@@ -99,7 +99,7 @@ interface XSAXEventKeeperStatusChangeBroadcaster : com::sun::star::uno::XInterfa
*
* @param listener the listener to be removed
*/
- void removeXSAXEventKeeperStatusChangeListener(
+ void removeSAXEventKeeperStatusChangeListener(
[in] XSAXEventKeeperStatusChangeListener listener);
};
diff --git a/offapi/com/sun/star/xml/crypto/sax/XSecuritySAXEventKeeper.idl b/offapi/com/sun/star/xml/crypto/sax/XSecuritySAXEventKeeper.idl
index 00f105f7dcb3..499452001582 100644
--- a/offapi/com/sun/star/xml/crypto/sax/XSecuritySAXEventKeeper.idl
+++ b/offapi/com/sun/star/xml/crypto/sax/XSecuritySAXEventKeeper.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSecuritySAXEventKeeper.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2004-08-31 11:57:06 $
+ * last change: $Author: rt $ $Date: 2005-03-29 13:41:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,9 +98,9 @@ constants ConstOfSecurityId
*/
enum ElementMarkPriority
{
- PRI_MINIMUM = 1,
- PRI_AFTERMODIFY,
- PRI_BEFOREMODIFY
+ MINIMUM = 1,
+ AFTERMODIFY,
+ BEFOREMODIFY
};
/**
@@ -111,8 +111,8 @@ enum ElementMarkPriority
*/
enum ElementMarkType
{
- TYPEOFELEMENTMARK = 1,
- TYPEOFELEMENTCOLLECTOR
+ ELEMENTMARK = 1,
+ ELEMENTCOLLECTOR
};
/**