summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlimp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-15 12:47:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-15 19:49:25 +0100
commitfd14abf1346128826dcb30dda2cc674cc4d998ce (patch)
tree1ea857baf73beb0eb15b408eba7fda77d5ac3783 /sw/source/filter/xml/xmlimp.hxx
parent14b36a16b225bf7c988f118d499a7287c47cd83e (diff)
use more FastParser in SwXMLImport
Change-Id: I27207e1ac00d783296deb9b0309b7b62cb5a15eb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86837 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/xml/xmlimp.hxx')
-rw-r--r--sw/source/filter/xml/xmlimp.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/filter/xml/xmlimp.hxx b/sw/source/filter/xml/xmlimp.hxx
index ed2317c73866..986b4a99bea9 100644
--- a/sw/source/filter/xml/xmlimp.hxx
+++ b/sw/source/filter/xml/xmlimp.hxx
@@ -101,10 +101,6 @@ class SwXMLImport: public SvXMLImport
protected:
- virtual SvXMLImportContext *CreateDocumentContext( sal_uInt16 nPrefix,
- const OUString& rLocalName,
- const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList ) override;
-
virtual SvXMLImportContext *CreateFastContext( sal_Int32 nElement,
const ::css::uno::Reference< ::css::xml::sax::XFastAttributeList >& xAttrList ) override;