From 35974dfc730079fd8d13e62f6b8a4048962f923f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 20 Aug 2017 22:53:39 +0200 Subject: Fix typos Change-Id: I3f3abc3c6e12536d4bc38f0c676d5fc20532a1e3 Reviewed-on: https://gerrit.libreoffice.org/41370 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- drawinglayer/source/processor2d/vclpixelprocessor2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drawinglayer/source') diff --git a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx index 4f9d16f76629..de9f9ee510b6 100644 --- a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx @@ -139,7 +139,7 @@ namespace drawinglayer } //Resolves: tdf#105998 if we are a hairline along the very right/bottom edge - //of the canvas then distory the polygon inwards one pixel right/bottom so that + //of the canvas then destroy the polygon inwards one pixel right/bottom so that //the hairline falls inside the paintable area and becomes visible Size aSize = mpOutputDevice->GetOutputSize(); basegfx::B2DRange aRange = aLocalPolygon.getB2DRange(); -- cgit