summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl')
-rw-r--r--offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl b/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl
index c775f37f065e..9b13d1fede4e 100644
--- a/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl
+++ b/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl
@@ -43,15 +43,15 @@ interface XInteractionSupplyAuthentication2 : XInteractionSupplyAuthentication
initially displayed to the user).
@returns
- <true/> if the issuer is able to obtain and use system credentials.
- <false/> otherwise.
+ `TRUE` if the issuer is able to obtain and use system credentials.
+ `FALSE` otherwise.
*/
boolean canUseSystemCredentials( [out] boolean Default );
/** Set a new "use system credentials" value to hand back.
@param UseSystemCredentials
- <true/> means the request issuer shall obtain and use system credentials.
+ `TRUE` means the request issuer shall obtain and use system credentials.
*/
void setUseSystemCredentials( [in] boolean UseSystemCredentials );