summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-09-26 14:00:22 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-09-27 11:16:12 +0200
commitc9483451aaeea5c47726336c7b465c7618e1d37e (patch)
treeed321622b03190a482fee81b100a27fdf827a9e7 /svtools
parentb3a8056a499ca2a5cb809fcec52aebddd4e17f23 (diff)
convert mailmerge select page to .ui
Change-Id: I34f527ff8e1e9819f4e6ac728efa1e31f8bc3d48
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/dialogs/wizardmachine.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/svtools/source/dialogs/wizardmachine.cxx b/svtools/source/dialogs/wizardmachine.cxx
index 1b6dc0dacdd8..84467ab8b12a 100644
--- a/svtools/source/dialogs/wizardmachine.cxx
+++ b/svtools/source/dialogs/wizardmachine.cxx
@@ -49,6 +49,13 @@ namespace svt
{
}
+ OWizardPage::OWizardPage(Window *pParent, const OString& rID,
+ const OUString& rUIXMLDescription)
+ : TabPage(pParent, rID, rUIXMLDescription)
+ , m_pImpl(new WizardPageImplData)
+ {
+ }
+
//---------------------------------------------------------------------
OWizardPage::~OWizardPage()
{