summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLAutoTextContainerEventImport.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-11-20 15:07:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-21 07:06:11 +0100
commitd0a60f7785dc66e0d491b50e093ebcf606627226 (patch)
tree24bebb09abae30dba9ad07a3b0c347d5c37fbf64 /xmloff/source/text/XMLAutoTextContainerEventImport.cxx
parent8c14adfa76956e76bac98330ce67f080c90af184 (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/source/text/XMLAutoTextContainerEventImport.cxx')
-rw-r--r--xmloff/source/text/XMLAutoTextContainerEventImport.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLAutoTextContainerEventImport.cxx b/xmloff/source/text/XMLAutoTextContainerEventImport.cxx
index 5167bd3fadcb..1c9bc76eaaa1 100644
--- a/xmloff/source/text/XMLAutoTextContainerEventImport.cxx
+++ b/xmloff/source/text/XMLAutoTextContainerEventImport.cxx
@@ -56,8 +56,7 @@ SvXMLImportContextRef XMLAutoTextContainerEventImport::CreateChildContext(
if ( (XML_NAMESPACE_OFFICE == nPrefix) &&
IsXMLToken( rLocalName, XML_EVENT_LISTENERS) )
{
- return new XMLEventsImportContext(GetImport(), nPrefix, rLocalName,
- rEvents);
+ return new XMLEventsImportContext(GetImport(), rEvents);
}
return nullptr;
}