summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/RememberAuthentication.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/RememberAuthentication.idl')
-rw-r--r--offapi/com/sun/star/ucb/RememberAuthentication.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/ucb/RememberAuthentication.idl b/offapi/com/sun/star/ucb/RememberAuthentication.idl
index 5c057a0fdfd4..3c4b76b188c0 100644
--- a/offapi/com/sun/star/ucb/RememberAuthentication.idl
+++ b/offapi/com/sun/star/ucb/RememberAuthentication.idl
@@ -29,35 +29,29 @@
#define __com_sun_star_ucb_RememberAuthentication_idl__
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** A specification of how long to remember some authentication data.
*/
published enum RememberAuthentication
{
- //-------------------------------------------------------------------------
/** Do not remember the authentication data (use it once and immediately
forget about it).
*/
NO,
- //-------------------------------------------------------------------------
/** Remember the authentication data, but only until the end of the
current session.
*/
SESSION,
- //-------------------------------------------------------------------------
/** Remember the authentication data "forever".
*/
PERSISTENT
};
-//=============================================================================
}; }; }; };