summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-09 10:06:28 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-09 10:53:26 +0100
commitbb444d2a3ba5324a1615f094481d3206141fdf10 (patch)
tree44d568725cd4488f49395cf95715592ed519ee91 /sw
parent29fc44c6f8478f218d7b9959cf8a9e7141a26ce6 (diff)
loplugin:defaultparams
Change-Id: Ief616bc74965b2938834ac9ffd66a03c6433d259
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/layout/wsfrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/wsfrm.cxx b/sw/source/core/layout/wsfrm.cxx
index b24acaf35368..23d586be48f9 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;