loplugin:unnecessaryparen
Change-Id: I981372300b03ecd7b46e08d6a279f5438b46d8df
This commit is contained in:
@@ -594,8 +594,8 @@ void OptimizerDialog::UpdateControlStatesPage4()
|
|||||||
bool bSaveAs( GetConfigProperty( TK_SaveAs, true ) );
|
bool bSaveAs( GetConfigProperty( TK_SaveAs, true ) );
|
||||||
if ( mbIsReadonly )
|
if ( mbIsReadonly )
|
||||||
{
|
{
|
||||||
setControlProperty( "RadioButton0Pg4", "State", Any( (sal_Int16)( false ) ) );
|
setControlProperty( "RadioButton0Pg4", "State", Any( (sal_Int16)false ) );
|
||||||
setControlProperty( "RadioButton1Pg4", "State", Any( (sal_Int16)( true ) ) );
|
setControlProperty( "RadioButton1Pg4", "State", Any( (sal_Int16)true ) );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user