diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-13 08:44:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-13 09:19:04 +0100 |
commit | a498fb83318308427414103c158e186c6b20ff73 (patch) | |
tree | d4c0ba14889e4e7747316ba97a3c0754a3ade3bb /svtools | |
parent | ddc178e07d92bef3d0ca3cc6de5917d8ebe10dc9 (diff) |
callcatcher: another round of ResId ctor removals
Change-Id: I2d074133172a2641d735efd2a007d18a65b4d9e9
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(); |