summaryrefslogtreecommitdiff
path: root/vcl/win
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-12-06 15:49:31 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-12-07 19:42:17 +0100
commit4841ea2e3f8aa62ce89efb9aef94662cf3f3fa1f (patch)
treec290c1ca39fc89df68c9adfe60b9921295ccdd97 /vcl/win
parentd8c23ffb6c8a640a47eb19b5b66eec4eb46a2791 (diff)
Fix typo
Change-Id: I4d2955576925ef6d44b32447d953dc75bf41cf37 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107293 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/win')
-rw-r--r--vcl/win/gdi/gdiimpl.cxx4
1 files changed, 2 insertions, 2 deletions
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)