summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdedtv1.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-16 09:32:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-16 11:19:21 +0200
commit0b021f89f60208877427eaf004e25db8be3832f6 (patch)
tree0eec9e17fbdbf1d99ee1ab258cea829c8218f861 /svx/source/svdraw/svdedtv1.cxx
parente5d9b5ffc423cbb314cde1f66f7bebf4db30b1e6 (diff)
rename some unnecessary contractions, Lft-Left, etc.
Change-Id: Idf4ab2d4d2550a02c0c50a981d94c67b111082a9 Reviewed-on: https://gerrit.libreoffice.org/41204 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/svdraw/svdedtv1.cxx')
-rw-r--r--svx/source/svdraw/svdedtv1.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdedtv1.cxx b/svx/source/svdraw/svdedtv1.cxx
index d988aad4fc64..e2aefc9b2104 100644
--- a/svx/source/svdraw/svdedtv1.cxx
+++ b/svx/source/svdraw/svdedtv1.cxx
@@ -1810,9 +1810,9 @@ void SdrEditView::AlignMarkedObjects(SdrHorAlign eHor, SdrVertAlign eVert)
}
else
{
- aBound=tools::Rectangle(pPage->GetLftBorder(),pPage->GetUppBorder(),
- pPage->GetWdt()-pPage->GetRgtBorder(),
- pPage->GetHgt()-pPage->GetLwrBorder());
+ aBound=tools::Rectangle(pPage->GetLeftBorder(),pPage->GetUpperBorder(),
+ pPage->GetWidth()-pPage->GetRightBorder(),
+ pPage->GetHeight()-pPage->GetLowerBorder());
}
}
else