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

Stephan Bergmann sbergman at redhat.com
Wed Mar 9 09:04:01 UTC 2016


 sw/source/core/layout/frmtool.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5f31291fb9242592b61a231b1586ed8e6924d0b2
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Mar 9 10:03:37 2016 +0100

    loplugin:defaultparams
    
    Change-Id: I3e48d61607dd54bc0d0f35308e388037283267ad

diff --git a/sw/source/core/layout/frmtool.cxx b/sw/source/core/layout/frmtool.cxx
index 7e676ab..5d53ab3 100644
--- a/sw/source/core/layout/frmtool.cxx
+++ b/sw/source/core/layout/frmtool.cxx
@@ -971,7 +971,7 @@ SwContentNotify::~SwContentNotify()
     // #i44049#
     if ( pCnt->IsTextFrame() && POS_DIFF( maFrame, pCnt->Frame() ) )
     {
-        pCnt->InvalidateObjs( true );
+        pCnt->InvalidateObjs();
     }
 
     // #i43255# - move code to invalidate at-character


More information about the Libreoffice-commits mailing list