summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-07-22 10:10:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-07-22 12:21:53 +0100
commit9c7a7d85aa6de5d4c384608dce157c420bc7c74f (patch)
tree1e8969d80a57484d86247f4f6e1eee936f183b7d /include
parentd8e64d76a8422320caf4980c2fba856c4e1f6785 (diff)
convert DLG_MACRO_MIGRATION to widget layout
Change-Id: Ie4cef54a943fc456b042425b53286492a0bed0be
Diffstat (limited to 'include')
-rw-r--r--include/svtools/roadmapwizard.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/svtools/roadmapwizard.hxx b/include/svtools/roadmapwizard.hxx
index b6270ca1cc21..8dfd11133a68 100644
--- a/include/svtools/roadmapwizard.hxx
+++ b/include/svtools/roadmapwizard.hxx
@@ -77,6 +77,10 @@ namespace svt
const WinBits i_nStyle,
sal_uInt32 _nButtonFlags = WZB_NEXT | WZB_PREVIOUS | WZB_FINISH | WZB_CANCEL | WZB_HELP
);
+ RoadmapWizard(
+ Window* _pParent,
+ sal_uInt32 _nButtonFlags = WZB_NEXT | WZB_PREVIOUS | WZB_FINISH | WZB_CANCEL | WZB_HELP
+ );
virtual ~RoadmapWizard( );
void SetRoadmapHelpId( const OString& _rId );