diff options
author | Noel <noelgrandin@gmail.com> | 2020-12-01 10:06:10 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-12-01 16:29:57 +0100 |
commit | 9dc284bb68d2648be6c1846df313519056a5b894 (patch) | |
tree | ee25b1cf612e2aea15f399355490f31ad40ed756 /xmloff/source/text/XMLIndexSourceBaseContext.hxx | |
parent | 8601eca3c8573b433933ab59180624d798c6189e (diff) |
fastparser in XMLIndexSourceBaseContext
Change-Id: Iadb23ecac16438281a7301a2913fc393c3445cac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106931
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/text/XMLIndexSourceBaseContext.hxx')
-rw-r--r-- | xmloff/source/text/XMLIndexSourceBaseContext.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLIndexSourceBaseContext.hxx b/xmloff/source/text/XMLIndexSourceBaseContext.hxx index 2e1fb871baa7..b312bff1a712 100644 --- a/xmloff/source/text/XMLIndexSourceBaseContext.hxx +++ b/xmloff/source/text/XMLIndexSourceBaseContext.hxx @@ -96,11 +96,12 @@ public: protected: - virtual void StartElement( - const css::uno::Reference<css::xml::sax::XAttributeList> & xAttrList) override; + virtual void SAL_CALL startFastElement( + sal_Int32 nElement, + const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList ) override; virtual void ProcessAttribute( - enum IndexSourceParamEnum eParam, + sal_Int32 nAttributeToken, const OUString& rValue); virtual void SAL_CALL endFastElement(sal_Int32 nElement) override; |