fix build after 185ed3ddb8
Change-Id: I2c4f8df6009e407cb0da6fa1b7317a681647d89d
This commit is contained in:
parent
43f5268c6f
commit
eb8e28d80e
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ int DAVAuthListener_Impl::authenticate(
|
||||||
rtl::Reference< ucbhelper::SimpleAuthenticationRequest > xRequest
|
rtl::Reference< ucbhelper::SimpleAuthenticationRequest > xRequest
|
||||||
= new ucbhelper::SimpleAuthenticationRequest(
|
= new ucbhelper::SimpleAuthenticationRequest(
|
||||||
m_aURL, inHostName, inRealm, inoutUserName,
|
m_aURL, inHostName, inRealm, inoutUserName,
|
||||||
outPassWord, OUString(),
|
outPassWord,
|
||||||
true /*bAllowPersistentStoring*/,
|
true /*bAllowPersistentStoring*/,
|
||||||
bCanUseSystemCredentials );
|
bCanUseSystemCredentials );
|
||||||
xIH->handle( xRequest.get() );
|
xIH->handle( xRequest.get() );
|
||||||
|
|
Loading…
Reference in a new issue