diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-16 11:43:56 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-03-16 10:46:03 +0000 |
commit | 3d264450989cecdc59a2e64f46a0328432ba0d08 (patch) | |
tree | 6900674c4034a2f689950d551398390d0e801b17 /svl | |
parent | 125c845f406fca336baea89614a5017f909bab40 (diff) |
loplugin:constantfunction in ucbhelper
Change-Id: I80e00b5ac2621378801f89532ed88b377ef72b60
Reviewed-on: https://gerrit.libreoffice.org/23297
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/passwordcontainer/passwordcontainer.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svl/source/passwordcontainer/passwordcontainer.cxx b/svl/source/passwordcontainer/passwordcontainer.cxx index 20e986665529..456efd42f8d8 100644 --- a/svl/source/passwordcontainer/passwordcontainer.cxx +++ b/svl/source/passwordcontainer/passwordcontainer.cxx @@ -1402,8 +1402,7 @@ MasterPasswordRequest_Impl::MasterPasswordRequest_Impl( PasswordRequestMode Mode RememberAuthentication_NO, // eDefaultRememberPasswordMode aRememberModes, // rRememberAccountModes RememberAuthentication_NO, // eDefaultRememberAccountMode - false, // bCanUseSystemCredentials - false // bDefaultUseSystemCredentials + false // bCanUseSystemCredentials ); Sequence< |