summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLTableSourceContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/XMLTableSourceContext.hxx')
-rw-r--r--sc/source/filter/xml/XMLTableSourceContext.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/source/filter/xml/XMLTableSourceContext.hxx b/sc/source/filter/xml/XMLTableSourceContext.hxx
index ec81e7d7469e..31791c0f4a08 100644
--- a/sc/source/filter/xml/XMLTableSourceContext.hxx
+++ b/sc/source/filter/xml/XMLTableSourceContext.hxx
@@ -23,8 +23,9 @@
#include <xmloff/xmlictxt.hxx>
#include <com/sun/star/sheet/SheetLinkMode.hpp>
#include "xmlimprt.hxx"
+#include "importcontext.hxx"
-class ScXMLTableSourceContext : public SvXMLImportContext
+class ScXMLTableSourceContext : public ScXMLImportContext
{
OUString sLink;
OUString sTableName;
@@ -33,8 +34,6 @@ class ScXMLTableSourceContext : public SvXMLImportContext
sal_Int32 nRefresh;
css::sheet::SheetLinkMode nMode;
- const ScXMLImport& GetScImport() const { return static_cast<const ScXMLImport&>(GetImport()); }
- ScXMLImport& GetScImport() { return static_cast<ScXMLImport&>(GetImport()); }
public:
ScXMLTableSourceContext( ScXMLImport& rImport, sal_uInt16 nPrfx,
const OUString& rLName,