Kaydet (Commit) 96dae4ca authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:defaultparams

Change-Id: I6e9c6d33d472249518d2ab6bc680941092318f92
üst 9acfbf82
......@@ -115,7 +115,7 @@ short CertificateChooser::Execute()
pMe->Update();
ImplInitialize();
if ( pParent )
pParent->EnableInput( true );
pParent->EnableInput();
return ModalDialog::Execute();
}
......
......@@ -160,7 +160,7 @@ MacroSecurityLevelTP::MacroSecurityLevelTP(vcl::Window* _pParent, MacroSecurity*
}
if (bReadonly && pImage)
{
pImage->Show(true);
pImage->Show();
m_pVeryHighRB->Enable(false);
m_pHighRB->Enable(false);
m_pMediumRB->Enable(false);
......
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