diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2010-03-17 22:53:21 +0100 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2010-03-17 22:53:21 +0100 |
commit | 7ea91da6ac4e351d006e09f142f0fd808cd311f0 (patch) | |
tree | 5ffc5cd1d3275fd953b6c6be871697da281e120e /ucbhelper/source | |
parent | f20bccf2958c070cfa1ec08b20f71bb0f70b8cd1 (diff) |
whitespace cleanup.
Diffstat (limited to 'ucbhelper/source')
-rw-r--r-- | ucbhelper/source/provider/simpleauthenticationrequest.cxx | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/ucbhelper/source/provider/simpleauthenticationrequest.cxx b/ucbhelper/source/provider/simpleauthenticationrequest.cxx index f292fdf5fc06..b4804912ca38 100644 --- a/ucbhelper/source/provider/simpleauthenticationrequest.cxx +++ b/ucbhelper/source/provider/simpleauthenticationrequest.cxx @@ -200,18 +200,19 @@ SimpleAuthenticationRequest::SimpleAuthenticationRequest( //========================================================================= void SimpleAuthenticationRequest::initialize( - const ucb::URLAuthenticationRequest & rRequest, - sal_Bool bCanSetRealm, - sal_Bool bCanSetUserName, - sal_Bool bCanSetPassword, - sal_Bool bCanSetAccount, - sal_Bool bAllowPersistentStoring, - sal_Bool bAllowUseSystemCredentials ) + const ucb::URLAuthenticationRequest & rRequest, + sal_Bool bCanSetRealm, + sal_Bool bCanSetUserName, + sal_Bool bCanSetPassword, + sal_Bool bCanSetAccount, + sal_Bool bAllowPersistentStoring, + sal_Bool bAllowUseSystemCredentials ) { setRequest( uno::makeAny( rRequest ) ); // Fill continuations... - uno::Sequence< ucb::RememberAuthentication > aRememberModes( bAllowPersistentStoring ? 3 : 2 ); + uno::Sequence< ucb::RememberAuthentication > aRememberModes( + bAllowPersistentStoring ? 3 : 2 ); aRememberModes[ 0 ] = ucb::RememberAuthentication_NO; aRememberModes[ 1 ] = ucb::RememberAuthentication_SESSION; if (bAllowPersistentStoring) |