diff options
-rw-r--r-- | svx/source/table/svdotable.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/table/svdotable.cxx b/svx/source/table/svdotable.cxx index 99b9a4c9f941..1120dca3faa8 100644 --- a/svx/source/table/svdotable.cxx +++ b/svx/source/table/svdotable.cxx @@ -725,6 +725,7 @@ void SdrTableObjImpl::LayoutTable( Rectangle& rArea, bool bFitWidth, bool bFitHe else { rArea = lastLayoutResultRectangle; + mpLayouter->UpdateBorderLayout(); } } } |