summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-13 08:44:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-13 09:19:04 +0100
commita498fb83318308427414103c158e186c6b20ff73 (patch)
treed4c0ba14889e4e7747316ba97a3c0754a3ade3bb /svtools
parentddc178e07d92bef3d0ca3cc6de5917d8ebe10dc9 (diff)
callcatcher: another round of ResId ctor removals
Change-Id: I2d074133172a2641d735efd2a007d18a65b4d9e9
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/dialogs/wizdlg.cxx12
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();