diff options
-rw-r--r-- | offapi/com/sun/star/task/MasterPasswordRequest.idl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/offapi/com/sun/star/task/MasterPasswordRequest.idl b/offapi/com/sun/star/task/MasterPasswordRequest.idl index 0e3671e94826..c48927874c2a 100644 --- a/offapi/com/sun/star/task/MasterPasswordRequest.idl +++ b/offapi/com/sun/star/task/MasterPasswordRequest.idl @@ -2,9 +2,9 @@ * * $RCSfile: MasterPasswordRequest.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2003-03-26 13:56:31 $ + * last change: $Author: rt $ $Date: 2003-04-17 10:13:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,6 +78,8 @@ module com { module sun { module star { module task { be used to interact for a master password. Continuations for using with the mentioned service are Abort and Approve. </P> + + @since #107627# */ exception MasterPasswordRequest: PasswordRequest { |