loplugin:salbool
Change-Id: I1c71cdbd4cc36bd048277d9b52a7f74e709ca125
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user