diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-04-11 21:21:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-04-13 09:57:54 +0200 |
commit | 34d362b5c249f78ed05c5b069fa90e9597d29c04 (patch) | |
tree | 637e9486b5420b62d38dab08cd2c03f62f3a3b2c /include/svtools | |
parent | 63f6a1970868b3f8e5bc612f405d24ac9445ccea (diff) |
drop ModalDialog non .ui ctor
Change-Id: Ib26f0b4d76c530e0aa67f74f6a6920b1883eb8e4
Reviewed-on: https://gerrit.libreoffice.org/52766
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/roadmapwizard.hxx | 4 | ||||
-rw-r--r-- | include/svtools/wizardmachine.hxx | 1 | ||||
-rw-r--r-- | include/svtools/wizdlg.hxx | 1 |
3 files changed, 0 insertions, 6 deletions
diff --git a/include/svtools/roadmapwizard.hxx b/include/svtools/roadmapwizard.hxx index f08add2269e2..30f58d6f13d3 100644 --- a/include/svtools/roadmapwizard.hxx +++ b/include/svtools/roadmapwizard.hxx @@ -67,10 +67,6 @@ namespace svt public: RoadmapWizard( - vcl::Window* _pParent, - const WinBits i_nStyle - ); - RoadmapWizard( vcl::Window* _pParent ); virtual ~RoadmapWizard( ) override; diff --git a/include/svtools/wizardmachine.hxx b/include/svtools/wizardmachine.hxx index 2bb25bba8a13..68ad14a134bf 100644 --- a/include/svtools/wizardmachine.hxx +++ b/include/svtools/wizardmachine.hxx @@ -169,7 +169,6 @@ namespace svt std::unique_ptr<WizardMachineImplData> m_pImpl; public: - OWizardMachine(vcl::Window* _pParent, const WinBits i_nStyle, WizardButtonFlags _nButtonFlags ); OWizardMachine(vcl::Window* _pParent, WizardButtonFlags _nButtonFlags ); virtual ~OWizardMachine() override; virtual void dispose() override; diff --git a/include/svtools/wizdlg.hxx b/include/svtools/wizdlg.hxx index 1dc2e48b69c7..7d8b54e33119 100644 --- a/include/svtools/wizdlg.hxx +++ b/include/svtools/wizdlg.hxx @@ -218,7 +218,6 @@ private: SVT_DLLPRIVATE TabPage* ImplGetPage( sal_uInt16 nLevel ) const; public: - WizardDialog( vcl::Window* pParent, WinBits nStyle ); WizardDialog( vcl::Window* pParent, const OUString& rID, const OUString& rUIXMLDescription ); virtual ~WizardDialog() override; virtual void dispose() override; |