summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexSourceBaseContext.hxx
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-12-01 10:06:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-12-01 16:29:57 +0100
commit9dc284bb68d2648be6c1846df313519056a5b894 (patch)
treeee25b1cf612e2aea15f399355490f31ad40ed756 /xmloff/source/text/XMLIndexSourceBaseContext.hxx
parent8601eca3c8573b433933ab59180624d798c6189e (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.hxx7
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;