Kaydet (Commit) c36489be authored tarafından Giuseppe Castagno's avatar Giuseppe Castagno

loplugin:defaultparams: Default method parameter

Change-Id: I79f9eefecc6389bbf288d2be6b13129cd8f467ef
Reviewed-on: https://gerrit.libreoffice.org/28663Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarGiuseppe Castagno <giuseppe.castagno@acca-esse.eu>
üst 04d7143a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment