summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/crypto/sax/XSecuritySAXEventKeeper.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/crypto/sax/XSecuritySAXEventKeeper.idl')
-rw-r--r--offapi/com/sun/star/xml/crypto/sax/XSecuritySAXEventKeeper.idl14
1 files changed, 7 insertions, 7 deletions
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
};
/**