summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/crypto
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-03-29 12:41:56 +0000
committerRüdiger Timm <rt@openoffice.org>2005-03-29 12:41:56 +0000
commitc73ecfe10f74b6d46ead286a61535569aa7ebbd0 (patch)
tree8b9f9f35095cf3a36000ac45d7b4b8edb7e05d8b /offapi/com/sun/star/xml/crypto
parent22f3064a451c09fd22721ceaefbff26ca5462ca1 (diff)
INTEGRATION: CWS xmlsec10 (1.2.130); FILE MERGED
2005/03/23 09:50:21 mmi 1.2.130.1: idl review Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'offapi/com/sun/star/xml/crypto')
-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
};
/**