sd/source/ui/func/fudraw.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit c768e8afcc42d6f5b00483f24f9bed662a4c2878 Author: Johnny_M <kla...@partyheld.de> AuthorDate: Sat Jan 9 13:41:00 2021 +0100 Commit: Michael Stahl <michael.st...@allotropia.de> CommitDate: Tue Jan 12 11:20:15 2021 +0100 Translate German comments Change-Id: Ic0383c4be4f16bf0507c59f03a6453d241d93719 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109032 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.st...@allotropia.de> diff --git a/sd/source/ui/func/fudraw.cxx b/sd/source/ui/func/fudraw.cxx index 387ee86a458f..2156624f4508 100644 --- a/sd/source/ui/func/fudraw.cxx +++ b/sd/source/ui/func/fudraw.cxx @@ -171,7 +171,7 @@ bool FuDraw::MouseButtonDown(const MouseEvent& rMEvt) if(bRestricted && doConstructOrthogonal()) { // Restrict movement: - // rectangle->quadrat, ellipse->circle etc. + // rectangle->square, ellipse->circle, etc. bOrtho = !rMEvt.IsShift(); } else @@ -237,7 +237,7 @@ bool FuDraw::MouseMove(const MouseEvent& rMEvt) if(bRestricted && doConstructOrthogonal()) { // Scale proportionally by default: - // rectangle->quadrat, ellipse->circle, Images etc. + // rectangle->square, ellipse->circle, images, etc. bOrtho = !rMEvt.IsShift(); } else _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits