svx/source/svdraw/svdedtv1.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c8853bc68e0df00b961aae5eece9d1996d7119c6 Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Dec 21 07:43:41 2024 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sun Dec 22 20:51:51 2024 +0100 Fix typo Change-Id: I80788a1abf4c8c63821dd3ad3cc5b213500a9ab7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178982 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/svx/source/svdraw/svdedtv1.cxx b/svx/source/svdraw/svdedtv1.cxx index acf0b6885028..f5ec2423d821 100644 --- a/svx/source/svdraw/svdedtv1.cxx +++ b/svx/source/svdraw/svdedtv1.cxx @@ -1676,7 +1676,7 @@ void SdrEditView::SetGeoAttrToMarked(const SfxItemSet& rAttr, bool addPageMargin // for TiledRendering the default which is set at the start of // this method to RectPoint::MM seems purposely being changed to // RectPoint::LT here - from a change 6 years ago. Note that this - // will make chosing another definition point in the UI for the + // will make choosing another definition point in the UI for the // PosSizeDialog except TopLeft not working when // comphelper::LibreOfficeKit *is* active. eSizePoint = RectPoint::LT;
