diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-07-22 10:10:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-22 12:21:53 +0100 |
commit | 9c7a7d85aa6de5d4c384608dce157c420bc7c74f (patch) | |
tree | 1e8969d80a57484d86247f4f6e1eee936f183b7d /svtools | |
parent | d8e64d76a8422320caf4980c2fba856c4e1f6785 (diff) |
convert DLG_MACRO_MIGRATION to widget layout
Change-Id: Ie4cef54a943fc456b042425b53286492a0bed0be
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/dialogs/roadmapwizard.cxx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/svtools/source/dialogs/roadmapwizard.cxx b/svtools/source/dialogs/roadmapwizard.cxx index e6f81991c7dc..b6cf0c4c80db 100644 --- a/svtools/source/dialogs/roadmapwizard.cxx +++ b/svtools/source/dialogs/roadmapwizard.cxx @@ -165,7 +165,6 @@ namespace svt } #endif - RoadmapWizard::RoadmapWizard( Window* _pParent, const ResId& _rRes, sal_uInt32 _nButtonFlags ) :OWizardMachine( _pParent, _rRes, _nButtonFlags ) ,m_pImpl( new RoadmapWizardImpl ) @@ -181,6 +180,12 @@ namespace svt impl_construct(); } + RoadmapWizard::RoadmapWizard( Window* _pParent, sal_uInt32 _nButtonFlags ) + :OWizardMachine( _pParent, _nButtonFlags ) + ,m_pImpl( new RoadmapWizardImpl ) + { + impl_construct(); + } void RoadmapWizard::impl_construct() { |