From 9bc8714308b6f4b85a4c756229ac8b670d009f42 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 23 Feb 2018 15:52:25 +0200 Subject: move MovePoint and MoveRect into Rectangle and Point Change-Id: Ie75c7c10288da00aac89479879e0b9fb1a4459b2 Reviewed-on: https://gerrit.libreoffice.org/50247 Tested-by: Jenkins Reviewed-by: Noel Grandin --- 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 4bbd1cb11625..14f9896e9259 100644 --- a/svx/source/table/svdotable.cxx +++ b/svx/source/table/svdotable.cxx @@ -1853,7 +1853,7 @@ void SdrTableObj::AdjustToMaxRect( const tools::Rectangle& rMaxRect, bool /* bSh void SdrTableObj::NbcMove(const Size& rSiz) { - MoveRect(maLogicRect,rSiz); + maLogicRect.Move(rSiz); SdrTextObj::NbcMove( rSiz ); if( mpImpl.is() ) mpImpl->UpdateCells( maRect ); -- cgit