summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs/roadmapwizard.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-11 08:44:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-11 10:22:12 +0100
commite1683c2d13a744344ee6a7b06917f65c11d8b35b (patch)
treeab5002c802f7bc045703dfe9161e15b610788044 /svtools/source/dialogs/roadmapwizard.cxx
parentf6e7b94042070241cd1cfb1d7f8610fe1801b4f2 (diff)
callcatcher: update unused code
lots of ResID stuff going away now Change-Id: Iad8524e201cd3072db71da9e5ee1c244ed337967
Diffstat (limited to 'svtools/source/dialogs/roadmapwizard.cxx')
-rw-r--r--svtools/source/dialogs/roadmapwizard.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/svtools/source/dialogs/roadmapwizard.cxx b/svtools/source/dialogs/roadmapwizard.cxx
index b6cf0c4c80db..ba3a71876fc4 100644
--- a/svtools/source/dialogs/roadmapwizard.cxx
+++ b/svtools/source/dialogs/roadmapwizard.cxx
@@ -165,14 +165,6 @@ namespace svt
}
#endif
- RoadmapWizard::RoadmapWizard( Window* _pParent, const ResId& _rRes, sal_uInt32 _nButtonFlags )
- :OWizardMachine( _pParent, _rRes, _nButtonFlags )
- ,m_pImpl( new RoadmapWizardImpl )
- {
- impl_construct();
- }
-
-
RoadmapWizard::RoadmapWizard( Window* _pParent, const WinBits i_nStyle, sal_uInt32 _nButtonFlags )
:OWizardMachine( _pParent, i_nStyle, _nButtonFlags )
,m_pImpl( new RoadmapWizardImpl )