summaryrefslogtreecommitdiff
path: root/svx/source/dialog/stddlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/stddlg.cxx')
-rw-r--r--svx/source/dialog/stddlg.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/svx/source/dialog/stddlg.cxx b/svx/source/dialog/stddlg.cxx
index 2f46ce31a09e..85ffbb1c455e 100644
--- a/svx/source/dialog/stddlg.cxx
+++ b/svx/source/dialog/stddlg.cxx
@@ -46,8 +46,13 @@ short SvxStandardDialog::Execute()
// -----------------------------------------------------------------------
-SvxStandardDialog::SvxStandardDialog( Window *pParent, const ResId &rResId ) :
- SfxModalDialog( pParent, rResId )
+SvxStandardDialog::SvxStandardDialog( Window *pParent, const ResId &rResId )
+ : SfxModalDialog( pParent, rResId )
+{
+}
+
+SvxStandardDialog::SvxStandardDialog(Window *pParent, const rtl::OString& rID, const rtl::OUString& rUIXMLDescription )
+ : SfxModalDialog(pParent, rID, rUIXMLDescription)
{
}