diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-15 09:18:54 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-15 09:18:34 +0100 |
commit | dde274e70ceed15f517814ee86453837d228ffdc (patch) | |
tree | 8a34a6e5874bb42484e7aec57cffbdeb37bfcf65 /xmloff/inc | |
parent | b43f64f430bc19c07f6b5d457a9168de5fb9de69 (diff) |
use FastParser for SchXMLImport
Change-Id: Ib43f109dce8226d29b19c141010e4480147933ad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86825
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/SchXMLImport.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xmloff/inc/SchXMLImport.hxx b/xmloff/inc/SchXMLImport.hxx index 2a1080bf1eec..73e726fe03d6 100644 --- a/xmloff/inc/SchXMLImport.hxx +++ b/xmloff/inc/SchXMLImport.hxx @@ -152,11 +152,6 @@ class SchXMLImport final : public SvXMLImport private: rtl::Reference<SchXMLImportHelper> maImportHelper; - 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; |