From 61fbeb12c1d6b6ff02e3bead2e2e72f0f44a2197 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 2 Jan 2018 14:16:15 +0100 Subject: Fix typos Change-Id: Ida13b0649f0b6b1bb25f906ca9ad3a891b45739d Reviewed-on: https://gerrit.libreoffice.org/47262 Reviewed-by: Adolfo Jayme Barrientos Tested-by: Adolfo Jayme Barrientos --- canvas/source/vcl/canvashelper_texturefill.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'canvas') 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]; -- cgit