diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-06-07 13:23:46 +0200 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-06-07 13:23:46 +0200 |
commit | 8b11b2af1e090a3f8df4596eaa2522936f07c399 (patch) | |
tree | 5baaf1991732637c07e759b11db6d270a234be7c /ucbhelper/source | |
parent | 961fbe7dd0e11749e622a3d710ac3d7575b4a292 (diff) | |
parent | d21adcdca61a7c54b3bf1584d80746dc0d2d1fc0 (diff) |
cws tl79: merge with DEV300_m80
Diffstat (limited to 'ucbhelper/source')
-rw-r--r-- | ucbhelper/source/provider/simpleauthenticationrequest.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ucbhelper/source/provider/simpleauthenticationrequest.cxx b/ucbhelper/source/provider/simpleauthenticationrequest.cxx index 4979d8f5661a..8fc94cf88438 100644 --- a/ucbhelper/source/provider/simpleauthenticationrequest.cxx +++ b/ucbhelper/source/provider/simpleauthenticationrequest.cxx @@ -200,13 +200,13 @@ 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 ) ); |