diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 09:13:02 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 09:13:02 +0000 |
commit | ff9b1f93141610b5590d725d1c68b8b7a80417d3 (patch) | |
tree | 84d7b060789e75579b4ecabbe496e3792c9f85b5 /offapi/com/sun/star/task | |
parent | e427ce291535f0ca374103a8326ac75e51d1503d (diff) |
INTEGRATION: CWS sdk01 (1.1.78); FILE MERGED
2003/04/07 09:10:25 mi 1.1.78.1: #107627# new idls marked with @since
Diffstat (limited to 'offapi/com/sun/star/task')
-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 { |