summaryrefslogtreecommitdiff
path: root/sc/source/ui/xmlsource
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-09-26 20:13:42 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-11-28 13:28:20 -0500
commit2cefc2f4c1ea641d84ecfda3824a9ca7afb5597d (patch)
treeb5dc3f4aed912ebdaaf293add02bfc6223691973 /sc/source/ui/xmlsource
parentf1709b198fc162d34bbef5ca8270f6eb71b9efde (diff)
Abstract dialog instantiation code.
Change-Id: I28e7b354928d349d9f6c90092ead2010cfe3c29b
Diffstat (limited to 'sc/source/ui/xmlsource')
-rw-r--r--sc/source/ui/xmlsource/xmlsourcedlg.cxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/sc/source/ui/xmlsource/xmlsourcedlg.cxx b/sc/source/ui/xmlsource/xmlsourcedlg.cxx
index 59a133c39f09..01a09dd4f059 100644
--- a/sc/source/ui/xmlsource/xmlsourcedlg.cxx
+++ b/sc/source/ui/xmlsource/xmlsourcedlg.cxx
@@ -10,4 +10,13 @@
#include "xmlsourcedlg.hxx"
#include "xmlsourcedlg.hrc"
+ScXMLSourceDlg::ScXMLSourceDlg(Window* pParent) :
+ ModalDialog(pParent, RID_SCDLG_XML_SOURCE)
+{
+}
+
+ScXMLSourceDlg::~ScXMLSourceDlg()
+{
+}
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */