summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs/wizardmachine.cxx
diff options
context:
space:
mode:
authorPalenik Mihály <palenik.mihaly@gmail.com>2014-07-14 11:37:33 +0200
committerCaolán McNamara <caolanm@redhat.com>2014-07-14 15:37:16 +0000
commit415ae835224d7af6eea5b31d43322e00e205a5cd (patch)
tree0fe5acc751ae0ed4da7c410c23cf0533a8b0ae88 /svtools/source/dialogs/wizardmachine.cxx
parent38d0bde62bd5fe8022ac45c5657226761fcdaa30 (diff)
Convert 3 dialogs to .ui
I converted RID_DLG_LISTCOMBOWIZARD, RID_DLG_GROUPBOXWIZARD and RID_DLG_GRIDWIZARD to .ui Change-Id: I221f22edbe4c638bfa80065d7775f78af24590cc Reviewed-on: https://gerrit.libreoffice.org/10277 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools/source/dialogs/wizardmachine.cxx')
-rw-r--r--svtools/source/dialogs/wizardmachine.cxx13
1 files changed, 13 insertions, 0 deletions
diff --git a/svtools/source/dialogs/wizardmachine.cxx b/svtools/source/dialogs/wizardmachine.cxx
index 0c92cb6750d8..f7bd865e8fbe 100644
--- a/svtools/source/dialogs/wizardmachine.cxx
+++ b/svtools/source/dialogs/wizardmachine.cxx
@@ -148,6 +148,19 @@ namespace svt
}
+ OWizardMachine::OWizardMachine(Window* _pParent, sal_uInt32 _nButtonFlags )
+ :WizardDialog( _pParent, "WizardDialog", "svt/ui/wizarddialog.ui" )
+ ,m_pFinish(NULL)
+ ,m_pCancel(NULL)
+ ,m_pNextPage(NULL)
+ ,m_pPrevPage(NULL)
+ ,m_pHelp(NULL)
+ ,m_pImpl( new WizardMachineImplData )
+ {
+ implConstruct( _nButtonFlags );
+ }
+
+
void OWizardMachine::implConstruct( const sal_uInt32 _nButtonFlags )
{
m_pImpl->sTitleBase = GetText();