summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/crypto
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-03-29 12:42:09 +0000
committerRüdiger Timm <rt@openoffice.org>2005-03-29 12:42:09 +0000
commit492894edfe60a9296b8aa2e2577328403619d774 (patch)
treedebfde3b80c76cc296fa8b4e28008854fb750190 /offapi/com/sun/star/xml/crypto
parentc73ecfe10f74b6d46ead286a61535569aa7ebbd0 (diff)
INTEGRATION: CWS xmlsec10 (1.3.74); FILE MERGED
2005/03/23 09:50:21 mmi 1.3.74.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/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