summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxattributeoutput.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-08-28 14:43:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-08-29 11:12:47 +0200
commit3dfc17ed6334c619228668ffeff591bc75d32025 (patch)
treeb2c985c9557151e120ddb10c4cc82bda4d7835ce /sw/source/filter/ww8/docxattributeoutput.cxx
parentf8e989c2384250d30f84651eb03673fb8d8dd096 (diff)
loplugin:constantparam (3)
Change-Id: Ifc47bb8e096c9a8563021b2fcb44199577740746 Reviewed-on: https://gerrit.libreoffice.org/59747 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/ww8/docxattributeoutput.cxx')
-rw-r--r--sw/source/filter/ww8/docxattributeoutput.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx
index e9ae6c5fd588..77101984d429 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -1900,7 +1900,7 @@ void DocxAttributeOutput::DoWriteFieldRunProperties( const SwTextNode * pNode, s
// 3. output all other character properties
SwWW8AttrIter aAttrIt( m_rExport, *pNode );
- aAttrIt.OutAttr( nPos, false, bWriteCombChars );
+ aAttrIt.OutAttr( nPos, bWriteCombChars );
// 4. explicitly write the font-properties, to ensure all runs in the field have them
// see tdf#66401