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

New commits:
commit c36489be617be3e8ca25612d29afb221bc7ae6c1
Author: Giuseppe Castagno <giuseppe.casta...@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 <c...@libreoffice.org>
    Reviewed-by: Giuseppe Castagno <giuseppe.casta...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to