fix build after 185ed3ddb8

Change-Id: I2c4f8df6009e407cb0da6fa1b7317a681647d89d
This commit is contained in:
Markus Mohrhard 2017-05-12 14:40:14 +02:00
parent 43f5268c6f
commit eb8e28d80e

View file

@ -66,7 +66,7 @@ int DAVAuthListener_Impl::authenticate(
rtl::Reference< ucbhelper::SimpleAuthenticationRequest > xRequest
= new ucbhelper::SimpleAuthenticationRequest(
m_aURL, inHostName, inRealm, inoutUserName,
outPassWord, OUString(),
outPassWord,
true /*bAllowPersistentStoring*/,
bCanUseSystemCredentials );
xIH->handle( xRequest.get() );