diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-08-20 22:53:39 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-08-21 08:43:01 +0200 |
commit | 35974dfc730079fd8d13e62f6b8a4048962f923f (patch) | |
tree | 225f34d256ef490012b1bc51800fd0ec2fd873c8 /drawinglayer/source | |
parent | 59fd62fc2ff86320da67f99171eedbfe2d931c2b (diff) |
Fix typos
Change-Id: I3f3abc3c6e12536d4bc38f0c676d5fc20532a1e3
Reviewed-on: https://gerrit.libreoffice.org/41370
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'drawinglayer/source')
-rw-r--r-- | drawinglayer/source/processor2d/vclpixelprocessor2d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |