summaryrefslogtreecommitdiff
path: root/sc/inc/scabstdlg.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-10-10 20:45:55 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-11-28 13:28:23 -0500
commit5d034b9130f1481ad437812367855f577ce06da7 (patch)
treebd1f686b7a39e27b5c866d3e94e909bb54bb5849 /sc/inc/scabstdlg.hxx
parent06114f6a9659b722a1692ba25a6941b15cb08901 (diff)
Turned the xml source dialog into a reference dialog.
Change-Id: Ifb3ebd3c0166343f42dd53bcee83c6b31c84f081
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r--sc/inc/scabstdlg.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx
index d7d1aaa46d69..7448e23f4d1e 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -326,11 +326,6 @@ public:
virtual bool IsDateConversionSet() const = 0;
};
-class AbstractScXMLSourceDlg : public VclAbstractDialog
-{
-public:
-};
-
//-------Scabstract fractory ---------------------------
class ScAbstractDialogFactory
{
@@ -524,8 +519,6 @@ public:
virtual SfxAbstractTabDialog * CreateScSortDlg( Window* pParent, //add for ScSortDlg
const SfxItemSet* pArgSet,int nId ) = 0;
- virtual AbstractScXMLSourceDlg* CreateScXMLSourceDlg(Window* pParent, ScDocument* pDoc, int nId) = 0;
-
// for tabpage
virtual CreateTabPage GetTabPageCreatorFunc( sal_uInt16 nId ) = 0;
virtual GetTabPageRanges GetTabPageRangesFunc( sal_uInt16 nId ) = 0;