summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-09-14 20:41:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-09-15 18:20:57 +0200
commit3164005dc6a767f327192f89462c21d8b986206d (patch)
tree9681f507875a41abff395470cf6392b6e4abba44 /vcl
parent72d3b352905d49b7ac8fb9f466d5df3cf1bc8c09 (diff)
unused OWizardPage ctor
Change-Id: I80089f9a01023380b067983ac30364a75a488485 Reviewed-on: https://gerrit.libreoffice.org/78938 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/control/wizardmachine.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/source/control/wizardmachine.cxx b/vcl/source/control/wizardmachine.cxx
index 35a432200c2c..15237d963dd4 100644
--- a/vcl/source/control/wizardmachine.cxx
+++ b/vcl/source/control/wizardmachine.cxx
@@ -38,12 +38,6 @@
namespace vcl
{
//= WizardPageImplData
- OWizardPage::OWizardPage(vcl::Window *pParent, const OString& rID,
- const OUString& rUIXMLDescription)
- : TabPage(pParent, rID, rUIXMLDescription)
- {
- }
-
OWizardPage::OWizardPage(TabPageParent pParent, const OUString& rUIXMLDescription, const OString& rID)
: TabPage(pParent.pPage ? Application::GetDefDialogParent() : pParent.pParent.get()) //just drag this along hidden in this scenario
, m_xBuilder(pParent.pPage ? Application::CreateBuilder(pParent.pPage, rUIXMLDescription)