loplugin:salbool

Change-Id: I1c71cdbd4cc36bd048277d9b52a7f74e709ca125
This commit is contained in:
Stephan Bergmann
2017-01-08 14:35:40 +01:00
parent 49f3bb85ab
commit c30f9cdda1

View File

@@ -393,7 +393,7 @@ IMPL_LINK_NOARG(CloseDispatcher, impl_asyncCallback, LinkParamNone*, void)
if( xSet.is() )
{
css::uno::Any aVal( xSet->getFastPropertyValue( 0 ) );
sal_Bool bState = false;
bool bState = false;
if( aVal >>= bState )
bQuickstarterRunning = bState;
}