diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-01-31 22:44:47 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-02-01 07:06:19 +0100 |
commit | 6ecca9cffc36ba6030bd511b41894c9bd105298b (patch) | |
tree | 5074f0162f4211e9ed2242f8d8a1d11f497b5aa3 | |
parent | 51af3179cf972809d6495c7d58033e069f647bbf (diff) |
Fix typos
Change-Id: Ib748f39705cb4cee9f331e1d048a3f531116c616
Reviewed-on: https://gerrit.libreoffice.org/67242
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | basegfx/source/polygon/b2dpolygontools.cxx | 4 | ||||
-rw-r--r-- | 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)); |