summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl')
-rw-r--r--offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl16
1 files changed, 8 insertions, 8 deletions
diff --git a/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl b/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl
index d89c06985044..42503756f468 100644
--- a/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl
+++ b/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl
@@ -49,12 +49,12 @@ module com { module sun { module star { module ucb {
published interface XInteractionSupplyAuthentication: com::sun::star::task::XInteractionContinuation
{
//-------------------------------------------------------------------------
- /** Specifies if a new 'realm' value can be handed back.
+ /** Specifies if a new "realm" value can be handed back.
*/
boolean canSetRealm();
//-------------------------------------------------------------------------
- /** Set a new 'realm' value to hand back.
+ /** Set a new "realm" value to hand back.
<p>This method should be called before
<member scope="com::sun::star::task">XInteractionContinuation::select</member>,
@@ -65,12 +65,12 @@ published interface XInteractionSupplyAuthentication: com::sun::star::task::XInt
void setRealm( [in] string Realm );
//-------------------------------------------------------------------------
- /** Specifies if a 'user name' value can be handed back.
+ /** Specifies if a "user name" value can be handed back.
*/
boolean canSetUserName();
//-------------------------------------------------------------------------
- /** Set a new 'user name' value to hand back.
+ /** Set a new "user name" value to hand back.
<p>This method should be called before
<member scope="com::sun::star::task">XInteractionContinuation::select</member>,
@@ -81,12 +81,12 @@ published interface XInteractionSupplyAuthentication: com::sun::star::task::XInt
void setUserName( [in] string UserName );
//-------------------------------------------------------------------------
- /** Specifies if a 'password' value can be handed back.
+ /** Specifies if a "password" value can be handed back.
*/
boolean canSetPassword();
//-------------------------------------------------------------------------
- /** Set a new 'password' value to hand back.
+ /** Set a new "password" value to hand back.
<p>This method should be called before
<member scope="com::sun::star::task">XInteractionContinuation::select</member>,
@@ -125,12 +125,12 @@ published interface XInteractionSupplyAuthentication: com::sun::star::task::XInt
void setRememberPassword( [in] com::sun::star::ucb::RememberAuthentication Remember );
//-------------------------------------------------------------------------
- /** Specifies if an 'account' value can be handed back.
+ /** Specifies if an "account" value can be handed back.
*/
boolean canSetAccount();
//-------------------------------------------------------------------------
- /** Set a new 'account' value to hand back.
+ /** Set a new "account" value to hand back.
<p>This method should be called before
<member scope="com::sun::star::task">XInteractionContinuation::select</member>,