summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmlsecurity/source/dialogs/certificatechooser.cxx2
-rw-r--r--xmlsecurity/source/dialogs/macrosecurity.cxx2
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);