summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs/wizdlg.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/wizdlg.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/wizdlg.cxx')
-rw-r--r--svtools/source/dialogs/wizdlg.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/svtools/source/dialogs/wizdlg.cxx b/svtools/source/dialogs/wizdlg.cxx
index 7ef7a7a342fa..50af1980f764 100644
--- a/svtools/source/dialogs/wizdlg.cxx
+++ b/svtools/source/dialogs/wizdlg.cxx
@@ -377,6 +377,14 @@ WizardDialog::WizardDialog( Window* pParent, const ResId& rResId ) :
+WizardDialog::WizardDialog( Window* pParent, const OString& rID, const OUString& rUIXMLDescription ) :
+ ModalDialog( pParent, rID, rUIXMLDescription )
+{
+ ImplInitData();
+}
+
+
+
WizardDialog::~WizardDialog()
{
maWizardLayoutTimer.Stop();