summaryrefslogtreecommitdiff
path: root/include/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 /include/svtools
parentb3a8056a499ca2a5cb809fcec52aebddd4e17f23 (diff)
convert mailmerge select page to .ui
Change-Id: I34f527ff8e1e9819f4e6ac728efa1e31f8bc3d48
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/wizardmachine.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svtools/wizardmachine.hxx b/include/svtools/wizardmachine.hxx
index 99352ca0d4a5..5275f999f985 100644
--- a/include/svtools/wizardmachine.hxx
+++ b/include/svtools/wizardmachine.hxx
@@ -99,7 +99,8 @@ namespace svt
if the OWizardPage is used in an OWizardMachine, this parameter
must be the OWizardMachine (which is derived from Window)
*/
- OWizardPage( Window* _pParent, const ResId& _rResId );
+ OWizardPage(Window* _pParent, const ResId& _rResId);
+ OWizardPage(Window *pParent, const OString& rID, const OUString& rUIXMLDescription);
~OWizardPage();
// IWizardPageController overridables