diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-11-20 15:07:42 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-11-21 07:06:11 +0100 |
commit | d0a60f7785dc66e0d491b50e093ebcf606627226 (patch) | |
tree | 24bebb09abae30dba9ad07a3b0c347d5c37fbf64 /xmloff/inc/XMLStarBasicContextFactory.hxx | |
parent | 8c14adfa76956e76bac98330ce67f080c90af184 (diff) |
fastparser in XMLEventsImportContext
Change-Id: Ifeeb2220ec6dfe6ec91f238137796d7d9e517465
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106261
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/inc/XMLStarBasicContextFactory.hxx')
-rw-r--r-- | xmloff/inc/XMLStarBasicContextFactory.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/XMLStarBasicContextFactory.hxx b/xmloff/inc/XMLStarBasicContextFactory.hxx index 12daf023b065..b375f546bb4c 100644 --- a/xmloff/inc/XMLStarBasicContextFactory.hxx +++ b/xmloff/inc/XMLStarBasicContextFactory.hxx @@ -39,7 +39,7 @@ public: virtual SvXMLImportContext* CreateContext( SvXMLImport& rImport, /// import context - const css::uno::Reference<css::xml::sax::XAttributeList> & xAttrList,/// attribute list + const css::uno::Reference<css::xml::sax::XFastAttributeList> & xAttrList,/// attribute list /// the context for the enclosing <script:events> element XMLEventsImportContext* rEvents, /// the event name (as understood by the API) |