summaryrefslogtreecommitdiff
path: root/sw/source/core/text/frmform.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-09 10:11:51 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-09 10:53:27 +0100
commit1ae7ef393f4e49d25a742aa98d9f1a81016ab458 (patch)
tree7a7f48fdd328a499feda8675a0a4fdd7ee06b491 /sw/source/core/text/frmform.cxx
parentbb444d2a3ba5324a1615f094481d3206141fdf10 (diff)
loplugin:defaultparams
Change-Id: I2024819c7c9e582e6c3dbf431964a730a2f3fc5e
Diffstat (limited to 'sw/source/core/text/frmform.cxx')
-rw-r--r--sw/source/core/text/frmform.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/frmform.cxx b/sw/source/core/text/frmform.cxx
index 7ba5c3500f56..12c7595aacdd 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;