From 8d1fa417bc49a9e9eee923e3ce6a37d7b0f056f1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 25 Apr 2016 13:59:17 +0200 Subject: loplugin:defaultparams Change-Id: I82f73ba5a70be06c7fdac67bf8813ea4c0dded41 --- svx/source/table/svdotable.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/source/table') 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(); -- cgit