summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/xml/crypto/sax/XEncryptionResultListener.idl18
-rw-r--r--offapi/com/sun/star/xml/crypto/sax/XSignatureCreationResultListener.idl18
2 files changed, 4 insertions, 32 deletions
diff --git a/offapi/com/sun/star/xml/crypto/sax/XEncryptionResultListener.idl b/offapi/com/sun/star/xml/crypto/sax/XEncryptionResultListener.idl
index 20fa06c9e317..6673cf80bfd2 100644
--- a/offapi/com/sun/star/xml/crypto/sax/XEncryptionResultListener.idl
+++ b/offapi/com/sun/star/xml/crypto/sax/XEncryptionResultListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XEncryptionResultListener.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 14:45:40 $
+ * last change: $Author: rt $ $Date: 2005-03-29 13:41:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,20 +73,6 @@
module com { module sun { module star { module xml { module crypto { module sax {
/**
- * Defines results for encryption.
- * <p>
- * ENCRYPTIONSUCCEED represents the encryption succeeds, ENCRYPTIONFAIL
- * represents a failure.
- */
-/*
-enum EncryptionResult
-{
- ENCRYPTIONSUCCEED,
- ENCRYPTIONFAIL
-};
-*/
-
-/**
* Interface of Encryption Result Listener.
* <p>
* This interface is used to receive the result information of an
diff --git a/offapi/com/sun/star/xml/crypto/sax/XSignatureCreationResultListener.idl b/offapi/com/sun/star/xml/crypto/sax/XSignatureCreationResultListener.idl
index 900245adfa7e..c578fdf8fb02 100644
--- a/offapi/com/sun/star/xml/crypto/sax/XSignatureCreationResultListener.idl
+++ b/offapi/com/sun/star/xml/crypto/sax/XSignatureCreationResultListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSignatureCreationResultListener.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 14:45:56 $
+ * last change: $Author: rt $ $Date: 2005-03-29 13:42:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,20 +73,6 @@
module com { module sun { module star { module xml { module crypto { module sax {
/**
- * Defines results for signature creation.
- * <p>
- * CREATIONSUCCEED represents the signature is created successfully,
- * CREATIONFAIL represents a failure.
- */
-/*
-enum SignatureCreationResult
-{
- CREATIONSUCCEED,
- CREATIONFAIL
-};
-*/
-
-/**
* Interface of Signature Creation Result Listener.
* <p>
* This interface is used to receive the result information of a