diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-21 19:53:24 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-22 09:30:37 +0200 |
commit | 178622f47cfaade04952d9c2e721deb605871cd2 (patch) | |
tree | 689c1a279f10f026ee33009e52faf3b9b060ba28 /framework | |
parent | 78526aebc83623297cb769de6618a4eddf6a93ee (diff) |
loplugin:salbool
Change-Id: I14a902c644c467d8e02474e5d0ba8d3dced2860f
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/dispatch/closedispatcher.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/dispatch/closedispatcher.cxx b/framework/source/dispatch/closedispatcher.cxx index ae891805552d..a09018f87721 100644 --- a/framework/source/dispatch/closedispatcher.cxx +++ b/framework/source/dispatch/closedispatcher.cxx @@ -372,7 +372,7 @@ IMPL_LINK_NOARG_TYPED(CloseDispatcher, impl_asyncCallback, LinkParamNone*, void) if( xSet.is() ) { css::uno::Any aVal( xSet->getFastPropertyValue( 0 ) ); - sal_Bool bState = sal_False; + sal_Bool bState = false; if( aVal >>= bState ) bQuickstarterRunning = bState; } |