diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-08 09:22:37 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-03-08 10:37:11 +0000 |
commit | 7f40ed57eb921e491f2fb83c820cb453babd9843 (patch) | |
tree | 7268132b73225bc0a0828f91b8cf085b82b54fd5 /sw | |
parent | 9cae3a88587deaf22ee83b2e36487013a1220a3b (diff) |
loplugin:constantparam in xmloff
Change-Id: I531dcf0861ab5a545eec16bf4aa92ac92eb9626e
Reviewed-on: https://gerrit.libreoffice.org/23022
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/xml/xmlfmte.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/xml/xmlfmte.cxx b/sw/source/filter/xml/xmlfmte.cxx index b5df169bdfef..9d8ef8ab0be3 100644 --- a/sw/source/filter/xml/xmlfmte.cxx +++ b/sw/source/filter/xml/xmlfmte.cxx @@ -199,7 +199,7 @@ void SwXMLExport::_ExportAutoStyles() // in single-stream case), then we can save ourselves a bit of // work and memory by not collecting field masters if( !(getExportFlags() & SvXMLExportFlags::STYLES) ) - GetTextParagraphExport()->exportUsedDeclarations( false ); + GetTextParagraphExport()->exportUsedDeclarations(); // exported in _ExportContent if( getExportFlags() & SvXMLExportFlags::CONTENT ) |