summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-11-19 13:51:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-19 19:30:34 +0100
commit39d8ee8f91f4c571030b53febdcba07ea55ca7de (patch)
tree391177df112fddd4256f0cc7821bee4aad181cc3 /sw/source/filter/xml
parent2d72bc353b9d086e3eb3f9cf00a034c86f13ca21 (diff)
fastparser in TokenContext
Change-Id: I12c2af505d4bf19d94fb127cda2403f0b6618b07 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106159 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/xml')
-rw-r--r--sw/source/filter/xml/xmlimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/xml/xmlimp.cxx b/sw/source/filter/xml/xmlimp.cxx
index 15c71e820fe1..0a7934c8b303 100644
--- a/sw/source/filter/xml/xmlimp.cxx
+++ b/sw/source/filter/xml/xmlimp.cxx
@@ -253,7 +253,7 @@ SvXMLImportContextRef SwXMLDocContext_Impl::CreateChildContext(
switch( rTokenMap.Get( nPrefix, rLocalName ) )
{
case XML_TOK_DOC_XFORMS:
- pContext = createXFormsModelContext(GetImport(), nPrefix, rLocalName);
+ pContext = createXFormsModelContext(GetImport());
break;
}