[Libreoffice-commits] core.git: 2 commits - sw/source
Stephan Bergmann
sbergman at redhat.com
Wed Mar 9 09:53:55 UTC 2016
sw/source/core/layout/wsfrm.cxx | 2 +-
sw/source/core/text/frmform.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 1ae7ef393f4e49d25a742aa98d9f1a81016ab458
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Mar 9 10:11:51 2016 +0100
loplugin:defaultparams
Change-Id: I2024819c7c9e582e6c3dbf431964a730a2f3fc5e
diff --git a/sw/source/core/text/frmform.cxx b/sw/source/core/text/frmform.cxx
index 7ba5c35..12c7595 100644
--- a/sw/source/core/text/frmform.cxx
+++ b/sw/source/core/text/frmform.cxx
@@ -407,7 +407,7 @@ void SwTextFrame::AdjustFrame( const SwTwips nChgHght, bool bHasToFit )
{
// OD 2004-07-01 #i28701# - use new method <SwFrame::InvalidateObjs(..)>
// No format is performed for the floating screen objects.
- InvalidateObjs( true );
+ InvalidateObjs();
}
}
nChgHeight = 0;
commit bb444d2a3ba5324a1615f094481d3206141fdf10
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Mar 9 10:06:28 2016 +0100
loplugin:defaultparams
Change-Id: Ief616bc74965b2938834ac9ffd66a03c6433d259
diff --git a/sw/source/core/layout/wsfrm.cxx b/sw/source/core/layout/wsfrm.cxx
index b24acaf..23d586b 100644
--- a/sw/source/core/layout/wsfrm.cxx
+++ b/sw/source/core/layout/wsfrm.cxx
@@ -2049,7 +2049,7 @@ void SwContentFrame::_UpdateAttr( const SfxPoolItem* pOld, const SfxPoolItem* pN
!GetUpper()->GetFormat()->getIDocumentSettingAccess().get(DocumentSettingId::USE_FORMER_OBJECT_POS) )
{
// OD 2004-07-01 #i28701# - use new method <InvalidateObjs(..)>
- GetIndNext()->InvalidateObjs( true );
+ GetIndNext()->InvalidateObjs();
}
Prepare( PREP_UL_SPACE ); //TextFrame has to correct line spacing.
rInvFlags |= 0x80;
More information about the Libreoffice-commits
mailing list