summaryrefslogtreecommitdiff
path: root/svx/source/table
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-25 13:59:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-25 13:59:17 +0200
commit8d1fa417bc49a9e9eee923e3ce6a37d7b0f056f1 (patch)
tree1faf73b056d6ccb91172e5d564f25572634b6a58 /svx/source/table
parent753fa20383568b3fc568f209328fdf50f25274a1 (diff)
loplugin:defaultparams
Change-Id: I82f73ba5a70be06c7fdac67bf8813ea4c0dded41
Diffstat (limited to 'svx/source/table')
-rw-r--r--svx/source/table/svdotable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/svdotable.cxx b/svx/source/table/svdotable.cxx
index 9d13f8fca6b3..07426a042140 100644
--- a/svx/source/table/svdotable.cxx
+++ b/svx/source/table/svdotable.cxx
@@ -1872,7 +1872,7 @@ void SdrTableObj::NbcSetLogicRect(const Rectangle& rRect)
maRect = maLogicRect;
if (mpImpl->mbSkipChangeLayout)
// Avoid distributing newly available space between existing cells.
- NbcAdjustTextFrameWidthAndHeight(true, true);
+ NbcAdjustTextFrameWidthAndHeight();
else
NbcAdjustTextFrameWidthAndHeight(!bHeight, !bWidth);
SetRectsDirty();