summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/salgdilayout.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-30 07:54:09 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-30 20:58:56 +0200
commitf93a345ab5d35aadb5bbbd501df10ff2521c8104 (patch)
treea1eefd9451f5dceef83082fe645362d97618edc7 /vcl/source/gdi/salgdilayout.cxx
parent70d3bbe11e56f12a339a5b8759b53a96b4fe84ab (diff)
Fix typos
Change-Id: Ib737ff364f627b9e4d0dc2a9903a07a0af36a8ae Reviewed-on: https://gerrit.libreoffice.org/76551 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'vcl/source/gdi/salgdilayout.cxx')
-rw-r--r--vcl/source/gdi/salgdilayout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/salgdilayout.cxx b/vcl/source/gdi/salgdilayout.cxx
index 22a0fb9c7137..192eaf66c373 100644
--- a/vcl/source/gdi/salgdilayout.cxx
+++ b/vcl/source/gdi/salgdilayout.cxx
@@ -613,7 +613,7 @@ bool SalGraphics::DrawPolyLine(
// - apply rMirror (multiply from left)
// - multiply with inverse of rObjectToDevice to get back from
// device-coordinates to object-coordinates
- // this only makes sense to do when we *have* a ObjectToDevice
+ // this only makes sense to do when we *have* an ObjectToDevice
// transformation, so optimize that
basegfx::B2DHomMatrix aLinearCombination(rObjectToDevice);
basegfx::B2DHomMatrix aObjectToDeviceInv(rObjectToDevice);