diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-19 17:52:21 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-19 17:52:21 +0200 |
commit | 96dae4cab279d9078f43289e89b03517da08a803 (patch) | |
tree | 399d967f99054578a4ad63efa8734c50adc6f6a8 /xmlsecurity | |
parent | 9acfbf8294fa971d02927379c7966a3d830b7076 (diff) |
loplugin:defaultparams
Change-Id: I6e9c6d33d472249518d2ab6bc680941092318f92
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/dialogs/certificatechooser.cxx | 2 | ||||
-rw-r--r-- | xmlsecurity/source/dialogs/macrosecurity.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/dialogs/certificatechooser.cxx b/xmlsecurity/source/dialogs/certificatechooser.cxx index 20b1dc37ab7a..8a9138ef94ac 100644 --- a/xmlsecurity/source/dialogs/certificatechooser.cxx +++ b/xmlsecurity/source/dialogs/certificatechooser.cxx @@ -115,7 +115,7 @@ short CertificateChooser::Execute() pMe->Update(); ImplInitialize(); if ( pParent ) - pParent->EnableInput( true ); + pParent->EnableInput(); return ModalDialog::Execute(); } diff --git a/xmlsecurity/source/dialogs/macrosecurity.cxx b/xmlsecurity/source/dialogs/macrosecurity.cxx index 6c568da26147..cc12147ad0ee 100644 --- a/xmlsecurity/source/dialogs/macrosecurity.cxx +++ b/xmlsecurity/source/dialogs/macrosecurity.cxx @@ -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); |