summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdouno.cxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2022-10-25 21:04:27 +0200
committerTomaž Vajngerl <quikee@gmail.com>2023-03-04 09:45:28 +0000
commitbb4a052a768d5936e0e241b15d3c08a56284eeb4 (patch)
treefd3af4885825c908b0b5eff349db5442ebae29f2 /svx/source/svdraw/svdouno.cxx
parentf763e453263a8acfdcdf553a7c3a46ddaf476c13 (diff)
svx: SdrTextObj maRect - use getter and add funcs. for manipulation
Change-Id: I0a416fa2ac470650c2ef430dbb91bf8d5a8013cd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148210 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'svx/source/svdraw/svdouno.cxx')
-rw-r--r--svx/source/svdraw/svdouno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdouno.cxx b/svx/source/svdraw/svdouno.cxx
index 82832c98b620..6ea734a7341c 100644
--- a/svx/source/svdraw/svdouno.cxx
+++ b/svx/source/svdraw/svdouno.cxx
@@ -297,7 +297,7 @@ void SdrUnoObj::NbcResize(const Point& rRef, const Fraction& xFact, const Fracti
// small correctors
if (maGeo.nRotationAngle>=9000_deg100 && maGeo.nRotationAngle<27000_deg100)
{
- maRect.Move(maRect.Left()-maRect.Right(),maRect.Top()-maRect.Bottom());
+ moveRectangle(getRectangle().Left() - getRectangle().Right(), getRectangle().Top() - getRectangle().Bottom());
}
maGeo.nRotationAngle = 0_deg100;