diff options
author | Giuseppe Castagno <giuseppe.castagno@acca-esse.eu> | 2016-09-04 13:06:51 +0200 |
---|---|---|
committer | Giuseppe Castagno <giuseppe.castagno@acca-esse.eu> | 2016-09-04 11:58:59 +0000 |
commit | c36489be617be3e8ca25612d29afb221bc7ae6c1 (patch) | |
tree | 412e80df91710a4c9a245c24324288052d50952c /sw | |
parent | 04d7143a5f47a3287d0e223352180024f13d9a3c (diff) |
loplugin:defaultparams: Default method parameter
Change-Id: I79f9eefecc6389bbf288d2be6b13129cd8f467ef
Reviewed-on: https://gerrit.libreoffice.org/28663
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/html/htmlatr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmlatr.cxx b/sw/source/filter/html/htmlatr.cxx index 0eaf8196dd21..2d05d4b8e347 100644 --- a/sw/source/filter/html/htmlatr.cxx +++ b/sw/source/filter/html/htmlatr.cxx @@ -304,7 +304,7 @@ SwHTMLFormatInfo::SwHTMLFormatInfo( const SwFormat *pF, SwDoc *pDoc, SwDoc *pTem pItemSet->Set( pFormat->GetAttrSet() ); if( pReferenceFormat ) - SwHTMLWriter::SubtractItemSet( *pItemSet, pReferenceFormat->GetAttrSet(), true, true ); + SwHTMLWriter::SubtractItemSet( *pItemSet, pReferenceFormat->GetAttrSet(), true ); // delete ItemSet that is empty straight away. This will save work // later on |