summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLTableShapesContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/XMLTableShapesContext.hxx')
-rw-r--r--sc/source/filter/xml/XMLTableShapesContext.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/source/filter/xml/XMLTableShapesContext.hxx b/sc/source/filter/xml/XMLTableShapesContext.hxx
index fb39e31df141..db9a3f3b2f20 100644
--- a/sc/source/filter/xml/XMLTableShapesContext.hxx
+++ b/sc/source/filter/xml/XMLTableShapesContext.hxx
@@ -22,11 +22,10 @@
#include <xmloff/xmlictxt.hxx>
#include "xmlimprt.hxx"
+#include "importcontext.hxx"
-class ScXMLTableShapesContext : public SvXMLImportContext
+class ScXMLTableShapesContext : public ScXMLImportContext
{
- const ScXMLImport& GetScImport() const { return static_cast<const ScXMLImport&>(GetImport()); }
- ScXMLImport& GetScImport() { return static_cast<ScXMLImport&>(GetImport()); }
public:
ScXMLTableShapesContext( ScXMLImport& rImport, sal_uInt16 nPrfx,
const OUString& rLName,