summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/task/PasswordRequestMode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/task/PasswordRequestMode.idl')
-rw-r--r--offapi/com/sun/star/task/PasswordRequestMode.idl20
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