Kaydet (Commit) 178622f4 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:salbool

Change-Id: I14a902c644c467d8e02474e5d0ba8d3dced2860f
üst 78526aeb
...@@ -372,7 +372,7 @@ IMPL_LINK_NOARG_TYPED(CloseDispatcher, impl_asyncCallback, LinkParamNone*, void) ...@@ -372,7 +372,7 @@ IMPL_LINK_NOARG_TYPED(CloseDispatcher, impl_asyncCallback, LinkParamNone*, void)
if( xSet.is() ) if( xSet.is() )
{ {
css::uno::Any aVal( xSet->getFastPropertyValue( 0 ) ); css::uno::Any aVal( xSet->getFastPropertyValue( 0 ) );
sal_Bool bState = sal_False; sal_Bool bState = false;
if( aVal >>= bState ) if( aVal >>= bState )
bQuickstarterRunning = bState; bQuickstarterRunning = bState;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment