From 5d034b9130f1481ad437812367855f577ce06da7 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 10 Oct 2012 20:45:55 -0400 Subject: Turned the xml source dialog into a reference dialog. Change-Id: Ifb3ebd3c0166343f42dd53bcee83c6b31c84f081 --- sc/inc/scabstdlg.hxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sc/inc/scabstdlg.hxx') 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; -- cgit