summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexTitleTemplateContext.hxx
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-12-01 08:19:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-12-01 11:00:55 +0100
commita4a15dc18c4be7fdb840b5d478c39cb1e8206b1a (patch)
treee78970f6ff6c1b0c57de00e32df7de4201299929 /xmloff/source/text/XMLIndexTitleTemplateContext.hxx
parent2622cd9c31a5db423c6f878f990a41191d0079af (diff)
fastparser in XMLIndexTitleTemplateContext
Change-Id: I40231fdd13410f1c69f2d6f71458aff43a462df5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106920 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/text/XMLIndexTitleTemplateContext.hxx')
-rw-r--r--xmloff/source/text/XMLIndexTitleTemplateContext.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLIndexTitleTemplateContext.hxx b/xmloff/source/text/XMLIndexTitleTemplateContext.hxx
index a5b698242e68..b517ab9e8015 100644
--- a/xmloff/source/text/XMLIndexTitleTemplateContext.hxx
+++ b/xmloff/source/text/XMLIndexTitleTemplateContext.hxx
@@ -58,8 +58,9 @@ public:
protected:
/** process parameters */
- 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;
/** set values */
virtual void SAL_CALL endFastElement(sal_Int32 nElement) override;