summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl
diff options
context:
space:
mode:
authorAurimas Fišeras <aurimas@gmail.com>2011-01-25 20:24:26 +0200
committerCaolán McNamara <caolanm@redhat.com>2011-01-31 10:43:16 +0000
commit406a63e9a0f1a955ff08a0d10d13352174b77193 (patch)
tree67c556e031bd22ada3bbff7dee72499f163f9e8b /offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl
parenta129a38585fe89bb95de35982432c28dd4c62b4d (diff)
Some fixes to documentation (part 5)
Fixes many spelling errors (checked with en_US spell checker). Unifies spelling of some common words. Replaces single quotes ('') with double quotes (""). Fixes several other errors.
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>,