diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-26 14:00:22 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-27 11:16:12 +0200 |
commit | c9483451aaeea5c47726336c7b465c7618e1d37e (patch) | |
tree | ed321622b03190a482fee81b100a27fdf827a9e7 /svtools | |
parent | b3a8056a499ca2a5cb809fcec52aebddd4e17f23 (diff) |
convert mailmerge select page to .ui
Change-Id: I34f527ff8e1e9819f4e6ac728efa1e31f8bc3d48
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/dialogs/wizardmachine.cxx | 7 |
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() { |