summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLEmptyContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/XMLEmptyContext.hxx')
-rw-r--r--sc/source/filter/xml/XMLEmptyContext.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sc/source/filter/xml/XMLEmptyContext.hxx b/sc/source/filter/xml/XMLEmptyContext.hxx
index e7029612f2d2..25878853d7c6 100644
--- a/sc/source/filter/xml/XMLEmptyContext.hxx
+++ b/sc/source/filter/xml/XMLEmptyContext.hxx
@@ -21,15 +21,12 @@
#include <xmloff/xmlictxt.hxx>
#include "xmlimprt.hxx"
+#include "importcontext.hxx"
-class ScXMLEmptyContext : public SvXMLImportContext
+class ScXMLEmptyContext : public ScXMLImportContext
{
- const ScXMLImport& GetScImport() const { return static_cast<const ScXMLImport&>(GetImport()); }
- ScXMLImport& GetScImport() { return static_cast<ScXMLImport&>(GetImport()); }
-
public:
-
ScXMLEmptyContext( ScXMLImport& rImport, sal_uInt16 nPrfx,
const OUString& rLName);