diff options
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, /** |