diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-09 10:03:37 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-09 10:03:37 +0100 |
commit | 5f31291fb9242592b61a231b1586ed8e6924d0b2 (patch) | |
tree | c7cf25211131f082452bdf8b8bcf0394b819a531 /sw | |
parent | 81c5f8c26759c22b332f3a9d730be7fe5b0289fd (diff) |
loplugin:defaultparams
Change-Id: I3e48d61607dd54bc0d0f35308e388037283267ad
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/layout/frmtool.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/frmtool.cxx b/sw/source/core/layout/frmtool.cxx index 7e676ab50a35..5d53ab3de131 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 |