diff options
author | Michael Hönnig <mi@openoffice.org> | 2002-10-03 12:11:20 +0000 |
---|---|---|
committer | Michael Hönnig <mi@openoffice.org> | 2002-10-03 12:11:20 +0000 |
commit | 3ed849358bbc4beacb456e3f903b52709d58b1bb (patch) | |
tree | 278e87a4cdec4d27e4b93a501c422b9d23b0b5c9 /offapi/com/sun/star/task/PasswordRequestMode.idl | |
parent | 3ca7e230e0f4a6244bd4f094c31660e84f86caa7 (diff) |
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/task/PasswordRequestMode.idl')
-rw-r--r-- | offapi/com/sun/star/task/PasswordRequestMode.idl | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/offapi/com/sun/star/task/PasswordRequestMode.idl b/offapi/com/sun/star/task/PasswordRequestMode.idl index 9ad475941..02691bdba 100644 --- a/offapi/com/sun/star/task/PasswordRequestMode.idl +++ b/offapi/com/sun/star/task/PasswordRequestMode.idl @@ -2,9 +2,9 @@ * * $RCSfile: PasswordRequestMode.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mav $ $Date: 2001-06-26 13:26:54 $ + * last change: $Author: mi $ $Date: 2002-10-03 13:09:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,18 +72,32 @@ enum PasswordRequestMode //------------------------------------------------------------------------- /** Password creation. + + <P> + The password is asked for the first time, + so it should be entered twice. + </P> */ PASSWORD_CREATE, //------------------------------------------------------------------------- - /** Ask for a password first time. + /** Ask for a password. + + <P> + Just ask for a password. + </P> */ PASSWORD_ENTER, //------------------------------------------------------------------------- /** Wrong password was entered, ask again. + + <P> + A wrong password was entered, notify user + and ask again. + </P> */ PASSWORD_REENTER |