summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltexti.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-11-22 20:00:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-23 07:21:40 +0100
commit607935650fab97092c960df54830e20b4f6b93a7 (patch)
tree2120652bfb532457d8fa4c901923963b68d11123 /sw/source/filter/xml/xmltexti.cxx
parente4e88a402cd43a5553ae364c74a01e3f0e462473 (diff)
fastparser in SwXMLTableContext
Change-Id: I52ea773993a19384c5a7ad3eb95b518446ea5e96 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106360 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/xml/xmltexti.cxx')
-rw-r--r--sw/source/filter/xml/xmltexti.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/filter/xml/xmltexti.cxx b/sw/source/filter/xml/xmltexti.cxx
index cf0c7e6a85ba..13efb045f7b6 100644
--- a/sw/source/filter/xml/xmltexti.cxx
+++ b/sw/source/filter/xml/xmltexti.cxx
@@ -179,11 +179,10 @@ SwXMLTextImportHelper::~SwXMLTextImportHelper()
SvXMLImportContext *SwXMLTextImportHelper::CreateTableChildContext(
SvXMLImport& rImport,
- sal_uInt16 nPrefix, const OUString& rLocalName,
+ sal_uInt16 /*nPrefix*/, const OUString& /*rLocalName*/,
const uno::Reference< XAttributeList > & xAttrList )
{
- return new SwXMLTableContext(
- static_cast<SwXMLImport&>(rImport), nPrefix, rLocalName, xAttrList );
+ return new SwXMLTableContext( static_cast<SwXMLImport&>(rImport), xAttrList );
}
bool SwXMLTextImportHelper::IsInHeaderFooter() const