diff options
Diffstat (limited to 'include/ucbhelper/simpleauthenticationrequest.hxx')
-rw-r--r-- | include/ucbhelper/simpleauthenticationrequest.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ucbhelper/simpleauthenticationrequest.hxx b/include/ucbhelper/simpleauthenticationrequest.hxx index 892d70ecf696..f1dad91163ae 100644 --- a/include/ucbhelper/simpleauthenticationrequest.hxx +++ b/include/ucbhelper/simpleauthenticationrequest.hxx @@ -60,9 +60,8 @@ private: bool bCanSetUserName, bool bCanSetPassword, bool bCanSetAccount, - bool bAllowPersistentStoring, bool bAllowUseSystemCredentials, - bool bAllowSessionStoring = true ); + bool bAllowSessionStoring ); public: /** Specification whether some entity (realm, username, password, account) |