Kaydet (Commit) 56d79a2d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unnecessaryparen

Change-Id: I981372300b03ecd7b46e08d6a279f5438b46d8df
üst bd90805c
......@@ -594,8 +594,8 @@ void OptimizerDialog::UpdateControlStatesPage4()
bool bSaveAs( GetConfigProperty( TK_SaveAs, true ) );
if ( mbIsReadonly )
{
setControlProperty( "RadioButton0Pg4", "State", Any( (sal_Int16)( false ) ) );
setControlProperty( "RadioButton1Pg4", "State", Any( (sal_Int16)( true ) ) );
setControlProperty( "RadioButton0Pg4", "State", Any( (sal_Int16)false ) );
setControlProperty( "RadioButton1Pg4", "State", Any( (sal_Int16)true ) );
}
else
{
......
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