include/vcl/wizardmachine.hxx        |    5 -----
 vcl/source/control/wizardmachine.cxx |    6 ------
 2 files changed, 11 deletions(-)

New commits:
commit 3164005dc6a767f327192f89462c21d8b986206d
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sat Sep 14 20:41:15 2019 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sun Sep 15 18:20:57 2019 +0200

    unused OWizardPage ctor
    
    Change-Id: I80089f9a01023380b067983ac30364a75a488485
    Reviewed-on: https://gerrit.libreoffice.org/78938
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/include/vcl/wizardmachine.hxx b/include/vcl/wizardmachine.hxx
index b28d5c04123e..0ca764ce97bf 100644
--- a/include/vcl/wizardmachine.hxx
+++ b/include/vcl/wizardmachine.hxx
@@ -82,11 +82,6 @@ namespace vcl
     class VCL_DLLPUBLIC OWizardPage : public TabPage, public 
IWizardPageController
     {
     public:
-        /** @param _pParent
-                if the OWizardPage is used in an OWizardMachine, this parameter
-                must be the OWizardMachine (which is derived from Window)
-         */
-        OWizardPage(vcl::Window *pParent, const OString& rID, const OUString& 
rUIXMLDescription);
         OWizardPage(TabPageParent pParent, const OUString& rUIXMLDescription, 
const OString& rID);
         virtual void dispose() override;
         virtual ~OWizardPage() override;
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)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to