diff options
Diffstat (limited to 'svx')
-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 a265d8baa5c2..33bd0dc7e887 100644 --- a/svx/source/table/svdotable.cxx +++ b/svx/source/table/svdotable.cxx @@ -716,6 +716,7 @@ void SdrTableObjImpl::LayoutTable( tools::Rectangle& rArea, bool bFitWidth, bool else { rArea = lastLayoutResultRectangle; + mpLayouter->UpdateBorderLayout(); } } } |