diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-09 12:01:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-09 14:03:33 +0100 |
commit | b8f932e1df1efb230230ab1f1b9c8cfc822a0f4c (patch) | |
tree | 2d0703a7eda1b49bc96d74829e75ddfc29b9deba /xmloff/source/text/XMLAutoTextEventImport.hxx | |
parent | fd6feb4f538b0c5c9061529ff002be9f62a7239a (diff) |
convert XMLAutoTextEventImport to FastParser APIs
Change-Id: If0249a9987a42c700f994073bc649774ae84f510
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86477
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/text/XMLAutoTextEventImport.hxx')
-rw-r--r-- | xmloff/source/text/XMLAutoTextEventImport.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLAutoTextEventImport.hxx b/xmloff/source/text/XMLAutoTextEventImport.hxx index c5ad2fb1467c..bc612eaae234 100644 --- a/xmloff/source/text/XMLAutoTextEventImport.hxx +++ b/xmloff/source/text/XMLAutoTextEventImport.hxx @@ -52,10 +52,8 @@ public: 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 Element, + const ::css::uno::Reference< ::css::xml::sax::XFastAttributeList >& xAttrList ) override; }; |