diff options
Diffstat (limited to 'uui/source/iahndl-authentication.cxx')
-rw-r--r-- | uui/source/iahndl-authentication.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx index ae579e6a6661..152aeceff1d0 100644 --- a/uui/source/iahndl-authentication.cxx +++ b/uui/source/iahndl-authentication.cxx @@ -233,7 +233,7 @@ handleAuthenticationRequest_( eAlternateRememberMode); } - sal_Bool bCanUseSystemCredentials; + bool bCanUseSystemCredentials; sal_Bool bDefaultUseSystemCredentials; if (xSupplyAuthentication2.is()) { @@ -243,7 +243,7 @@ handleAuthenticationRequest_( } else { - bCanUseSystemCredentials = sal_False; + bCanUseSystemCredentials = false; bDefaultUseSystemCredentials = sal_False; } |