diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 12:40:11 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 12:40:11 +0000 |
commit | efc5396b4cde1e07a3c659fdb30f0c255ae8ac43 (patch) | |
tree | 3c2703c9da508700f4cbc86a4f1f958d6fac1722 /offapi | |
parent | fc4e0db8a14aed9a39ced02e41093aeebeecf901 (diff) |
INTEGRATION: CWS xmlsec10 (1.2.74); FILE MERGED
2005/03/23 09:50:18 mmi 1.2.74.1: idl review
Issue number:
Submitted by:
Reviewed by:
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/xml/crypto/SecurityOperationStatus.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/xml/crypto/SecurityOperationStatus.idl b/offapi/com/sun/star/xml/crypto/SecurityOperationStatus.idl index b0c097042985..532a9c1990af 100644 --- a/offapi/com/sun/star/xml/crypto/SecurityOperationStatus.idl +++ b/offapi/com/sun/star/xml/crypto/SecurityOperationStatus.idl @@ -2,9 +2,9 @@ * * $RCSfile: SecurityOperationStatus.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-11-26 14:43:52 $ + * last change: $Author: rt $ $Date: 2005-03-29 13:40:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,7 +73,7 @@ module com { module sun { module star { module xml { module crypto { */ enum SecurityOperationStatus { - STATUS_UNKNOWN, + UNKNOWN, OPERATION_SUCCEEDED, RUNTIMEERROR_FAILED, /** |