summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/importcontext.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-04 15:07:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-07 06:39:21 +0000
commit496c0de160dd405c9f089679fc5f590bfe15e49e (patch)
tree15f1b695c51812295f6bb4fe342374cdc9547c3f /sc/source/filter/xml/importcontext.hxx
parent27513d4df50f6d18b585f4cbec6a4dd3f9b432cc (diff)
inherit from ScXMLImportContext
and drop a bunch of redundant code Change-Id: I187273ad9eebeaf2446e09b2e3442e963d8ae4f4 Reviewed-on: https://gerrit.libreoffice.org/30568 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/filter/xml/importcontext.hxx')
-rw-r--r--sc/source/filter/xml/importcontext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/importcontext.hxx b/sc/source/filter/xml/importcontext.hxx
index 52cd8a4d6cd6..6b6606318ae3 100644
--- a/sc/source/filter/xml/importcontext.hxx
+++ b/sc/source/filter/xml/importcontext.hxx
@@ -22,7 +22,7 @@ class ScXMLImportContext : public SvXMLImportContext
{
public:
ScXMLImportContext(
- SvXMLImport& rImport, sal_uInt16 nPrefix, const OUString& rLocalName);
+ ScXMLImport& rImport, sal_uInt16 nPrefix, const OUString& rLocalName);
protected:
ScXMLImport& GetScImport();