[Libreoffice-commits] core.git: vcl/win
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Dec 7 18:43:09 UTC 2020
vcl/win/gdi/gdiimpl.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 4841ea2e3f8aa62ce89efb9aef94662cf3f3fa1f
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Dec 6 15:49:31 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Dec 7 19:42:17 2020 +0100
Fix typo
Change-Id: I4d2955576925ef6d44b32447d953dc75bf41cf37
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107293
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/vcl/win/gdi/gdiimpl.cxx b/vcl/win/gdi/gdiimpl.cxx
index b3b70320dd05..4d0638035190 100644
--- a/vcl/win/gdi/gdiimpl.cxx
+++ b/vcl/win/gdi/gdiimpl.cxx
@@ -2344,8 +2344,8 @@ bool WinSalGraphicsImpl::drawPolyLine(
const double fFactor(fLineWidth == 0 ? 1.0 : 1.0 / fLineWidth);
// tdf#134128. ODF adds caps to the dashes and dots, but GDI makes caps from the
- // dash or dot themselve. We tweak aDashArray to look the same in GDI (e.g. Impress edit mode)
- // and other renderes (e.g. Impress slide show), while keeping the total length of the
+ // dash or dot themselves. We tweak aDashArray to look the same in GDI (e.g. Impress edit mode)
+ // and other renders (e.g. Impress slide show), while keeping the total length of the
// pattern.
// Patterns are always a sequence dash space dash space ...
if (eLineCap != css::drawing::LineCap_BUTT)
More information about the Libreoffice-commits
mailing list