diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-02 14:16:15 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-01-02 15:46:36 +0100 |
commit | 61fbeb12c1d6b6ff02e3bead2e2e72f0f44a2197 (patch) | |
tree | ab7f1cc40df90377140fbb345c0b2ee1397750da /canvas | |
parent | a0e136d2cbb3784ddfcbddcfed5d784c8e4c9a64 (diff) |
Fix typos
Change-Id: Ida13b0649f0b6b1bb25f906ca9ad3a891b45739d
Reviewed-on: https://gerrit.libreoffice.org/47262
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/vcl/canvashelper_texturefill.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/vcl/canvashelper_texturefill.cxx b/canvas/source/vcl/canvashelper_texturefill.cxx index c2735a5ce46d..7df0c9831c11 100644 --- a/canvas/source/vcl/canvashelper_texturefill.cxx +++ b/canvas/source/vcl/canvashelper_texturefill.cxx @@ -212,7 +212,7 @@ namespace vclcanvas (sal_uInt8)(basegfx::utils::lerp(rColors[nIndex].GetGreen(),rColors[nIndex+1].GetGreen(),fAlpha)), (sal_uInt8)(basegfx::utils::lerp(rColors[nIndex].GetBlue(),rColors[nIndex+1].GetBlue(),fAlpha)) )); - // copy right egde of polygon to left edge (and also + // copy right edge of polygon to left edge (and also // copy the closing point) aTempPoly[0] = aTempPoly[4] = aTempPoly[1]; aTempPoly[3] = aTempPoly[2]; @@ -241,7 +241,7 @@ namespace vclcanvas // diagonal to the 'right' - // copy right egde of polygon to left edge (and also + // copy right edge of polygon to left edge (and also // copy the closing point) aTempPoly[0] = aTempPoly[4] = aTempPoly[1]; aTempPoly[3] = aTempPoly[2]; |