From 6ecca9cffc36ba6030bd511b41894c9bd105298b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini <andrea.gelmini@gelma.net> Date: Thu, 31 Jan 2019 22:44:47 +0000 Subject: Fix typos Change-Id: Ib748f39705cb4cee9f331e1d048a3f531116c616 Reviewed-on: https://gerrit.libreoffice.org/67242 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr> --- basegfx/source/polygon/b2dpolygontools.cxx | 4 ++-- basegfx/source/polygon/b3dpolygontools.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/basegfx/source/polygon/b2dpolygontools.cxx b/basegfx/source/polygon/b2dpolygontools.cxx index f6ac3b279235..fedd0ee36544 100644 --- a/basegfx/source/polygon/b2dpolygontools.cxx +++ b/basegfx/source/polygon/b2dpolygontools.cxx @@ -1313,7 +1313,7 @@ namespace basegfx if(nCount > 1) { // these polygons were created above, there exists none with less than two points, - // thus dircet point access below is allowed + // thus direct point access below is allowed const B2DPolygon aFirst(pLineTarget->getB2DPolygon(0)); B2DPolygon aLast(pLineTarget->getB2DPolygon(nCount - 1)); @@ -1335,7 +1335,7 @@ namespace basegfx if(nCount > 1) { // these polygons were created above, there exists none with less than two points, - // thus dircet point access below is allowed + // thus direct point access below is allowed const B2DPolygon aFirst(pGapTarget->getB2DPolygon(0)); B2DPolygon aLast(pGapTarget->getB2DPolygon(nCount - 1)); diff --git a/basegfx/source/polygon/b3dpolygontools.cxx b/basegfx/source/polygon/b3dpolygontools.cxx index 963685ea1fb0..e5fc5ad0c21a 100644 --- a/basegfx/source/polygon/b3dpolygontools.cxx +++ b/basegfx/source/polygon/b3dpolygontools.cxx @@ -197,7 +197,7 @@ namespace basegfx if(nCount > 1) { // these polygons were created above, there exists none with less than two points, - // thus dircet point access below is allowed + // thus direct point access below is allowed const B3DPolygon aFirst(pLineTarget->getB3DPolygon(0)); B3DPolygon aLast(pLineTarget->getB3DPolygon(nCount - 1)); -- cgit