[Libreoffice-commits] core.git: svx/source
Stephan Bergmann
sbergman at redhat.com
Mon Apr 25 11:59:44 UTC 2016
svx/source/table/svdotable.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8d1fa417bc49a9e9eee923e3ce6a37d7b0f056f1
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Apr 25 13:59:17 2016 +0200
loplugin:defaultparams
Change-Id: I82f73ba5a70be06c7fdac67bf8813ea4c0dded41
diff --git a/svx/source/table/svdotable.cxx b/svx/source/table/svdotable.cxx
index 9d13f8f..07426a0 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();
More information about the Libreoffice-commits
mailing list