[Libreoffice-commits] core.git: sd/source
Johnny_M (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jan 12 10:20:53 UTC 2021
sd/source/ui/func/fudraw.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c768e8afcc42d6f5b00483f24f9bed662a4c2878
Author: Johnny_M <klasse at partyheld.de>
AuthorDate: Sat Jan 9 13:41:00 2021 +0100
Commit: Michael Stahl <michael.stahl at 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.stahl at 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
More information about the Libreoffice-commits
mailing list