diff options
Diffstat (limited to 'offapi/com/sun/star/ucb/AuthenticationRequest.idl')
-rw-r--r-- | offapi/com/sun/star/ucb/AuthenticationRequest.idl | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/offapi/com/sun/star/ucb/AuthenticationRequest.idl b/offapi/com/sun/star/ucb/AuthenticationRequest.idl index 454315c46..9a2b58534 100644 --- a/offapi/com/sun/star/ucb/AuthenticationRequest.idl +++ b/offapi/com/sun/star/ucb/AuthenticationRequest.idl @@ -27,9 +27,7 @@ #ifndef __com_sun_star_ucb_AuthenticationRequest_idl__ #define __com_sun_star_ucb_AuthenticationRequest_idl__ -#ifndef __com_sun_star_task_ClassifiedInteractionRequest_idl__ #include <com/sun/star/task/ClassifiedInteractionRequest.idl> -#endif //============================================================================= @@ -37,7 +35,7 @@ module com { module sun { module star { module ucb { //============================================================================= -/** An error specifing lack of correct authentication data (e.g., to log into +/** An error specifying lack of correct authentication data (e.g., to log into an account). */ published exception AuthenticationRequest: com::sun::star::task::ClassifiedInteractionRequest @@ -49,12 +47,12 @@ published exception AuthenticationRequest: com::sun::star::task::ClassifiedInter //------------------------------------------------------------------------- /** Any diagnostic message about the failure to log in (if applicable; it - will typically be an english phrase or sentence). + will typically be an English phrase or sentence). */ string Diagnostic; //------------------------------------------------------------------------- - /** Specifies if the authentication involves a 'realm' (as can be the case + /** Specifies if the authentication involves a "realm" (as can be the case for HTTP). */ boolean HasRealm; @@ -67,7 +65,7 @@ published exception AuthenticationRequest: com::sun::star::task::ClassifiedInter string Realm; //------------------------------------------------------------------------- - /** Specifies if the authentication involves a 'user name' (as is almost + /** Specifies if the authentication involves a "user name" (as is almost always the case). */ boolean HasUserName; @@ -80,7 +78,7 @@ published exception AuthenticationRequest: com::sun::star::task::ClassifiedInter string UserName; //------------------------------------------------------------------------- - /** Specifies if the authentication involves a 'password' (as is almost + /** Specifies if the authentication involves a "password" (as is almost always the case). */ boolean HasPassword; @@ -93,7 +91,7 @@ published exception AuthenticationRequest: com::sun::star::task::ClassifiedInter string Password; //------------------------------------------------------------------------- - /** Specifies if the authentication involves an 'account' (as can be the + /** Specifies if the authentication involves an "account" (as can be the case for FTP). */ boolean HasAccount; |