[Libreoffice-commits] core.git: sw/source

Giuseppe Castagno giuseppe.castagno at acca-esse.eu
Sun Sep 4 11:59:21 UTC 2016


 sw/source/filter/html/htmlatr.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c36489be617be3e8ca25612d29afb221bc7ae6c1
Author: Giuseppe Castagno <giuseppe.castagno at acca-esse.eu>
Date:   Sun Sep 4 13:06:51 2016 +0200

    loplugin:defaultparams: Default method parameter
    
    Change-Id: I79f9eefecc6389bbf288d2be6b13129cd8f467ef
    Reviewed-on: https://gerrit.libreoffice.org/28663
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Giuseppe Castagno <giuseppe.castagno at acca-esse.eu>

diff --git a/sw/source/filter/html/htmlatr.cxx b/sw/source/filter/html/htmlatr.cxx
index 0eaf819..2d05d4b 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


More information about the Libreoffice-commits mailing list