summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlbodyi.cxx
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/xmlbodyi.cxx
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/xmlbodyi.cxx')
-rw-r--r--sc/source/filter/xml/xmlbodyi.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmlbodyi.cxx b/sc/source/filter/xml/xmlbodyi.cxx
index 379a3a5c0f1d..53f1b625e066 100644
--- a/sc/source/filter/xml/xmlbodyi.cxx
+++ b/sc/source/filter/xml/xmlbodyi.cxx
@@ -60,7 +60,7 @@ ScXMLBodyContext::ScXMLBodyContext( ScXMLImport& rImport,
sal_uInt16 nPrfx,
const OUString& rLName,
const uno::Reference<xml::sax::XAttributeList>& xAttrList ) :
- SvXMLImportContext( rImport, nPrfx, rLName ),
+ ScXMLImportContext( rImport, nPrfx, rLName ),
sPassword(),
meHash1(PASSHASH_SHA1),
meHash2(PASSHASH_UNSPECIFIED),