diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-08-31 08:03:12 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-09-01 07:43:15 +0200 |
commit | 7632b3b0b916ec9271c58ea68e59d77221c20a96 (patch) | |
tree | 29defbbb1c92c672ff6b9aa2a8eba60b9b9da119 /vcl/headless/svpgdi.cxx | |
parent | 4977b95a69fbcefb4cf415cdfb86665e5d6b5abb (diff) |
Fix typos
Change-Id: I3da548adbbd8b24fe79779bdd8de70bdf7244035
Reviewed-on: https://gerrit.libreoffice.org/59845
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'vcl/headless/svpgdi.cxx')
-rw-r--r-- | vcl/headless/svpgdi.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx index fdf2295f367f..e47eb402e40f 100644 --- a/vcl/headless/svpgdi.cxx +++ b/vcl/headless/svpgdi.cxx @@ -935,7 +935,7 @@ bool SvpSalGraphics::drawPolyLine( return true; } - // Wrap call to static verion of ::drawPolyLine by + // Wrap call to static version of ::drawPolyLine by // preparing/getting some local data and parameters // due to usage in vcl/unx/generic/gdi/salgdi.cxx. // This is mainly about extended handling of extents @@ -1185,7 +1185,7 @@ bool SvpSalGraphics::drawPolyLine( if(nullptr != pExtents && !pExtents->isEmpty() && !bObjectToDeviceIsIdentity) { - // transform extents to DeviceCoordiinates if used. These + // transform extents to DeviceCoordinates if used. These // were calculated with ObjectToDevice transformation actively set, // but use DeviceCoordinates locally pExtents->transform(rObjectToDevice); |