diff options
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/dialogs/wizdlg.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/svtools/source/dialogs/wizdlg.cxx b/svtools/source/dialogs/wizdlg.cxx index 51bd143a3a09..2c8b752b2e89 100644 --- a/svtools/source/dialogs/wizdlg.cxx +++ b/svtools/source/dialogs/wizdlg.cxx @@ -359,8 +359,6 @@ TabPage* WizardDialog::ImplGetPage( sal_uInt16 nLevel ) const return NULL; } - - WizardDialog::WizardDialog( Window* pParent, WinBits nStyle ) : ModalDialog( pParent, nStyle ) { @@ -369,22 +367,12 @@ WizardDialog::WizardDialog( Window* pParent, WinBits nStyle ) : -WizardDialog::WizardDialog( Window* pParent, const ResId& rResId ) : - ModalDialog( pParent, rResId ) -{ - ImplInitData(); -} - - - WizardDialog::WizardDialog( Window* pParent, const OString& rID, const OUString& rUIXMLDescription ) : ModalDialog( pParent, rID, rUIXMLDescription ) { ImplInitData(); } - - WizardDialog::~WizardDialog() { maWizardLayoutTimer.Stop(); |