diff options
author | Noel Grandin <noel@peralex.com> | 2014-04-30 09:02:45 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-05-02 08:49:18 +0200 |
commit | 0376c6dc74bebc6df57a43f4d62e935710d3a5d2 (patch) | |
tree | b714865179fb4500b09f1a8bdf40b70eec2d6368 /uui/source/iahndl-authentication.cxx | |
parent | 5371642efdca30e1428b3103b0c30b30be69d278 (diff) |
uui: sal_Bool->bool
Change-Id: Iba9f7586e7742135a3377826c7ab0c83beb30fa5
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; } |