basegfx/source/polygon/b2dpolygontools.cxx | 4 ++-- basegfx/source/polygon/b3dpolygontools.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 6ecca9cffc36ba6030bd511b41894c9bd105298b Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Jan 31 22:44:47 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Fri Feb 1 07:06:19 2019 +0100 Fix typos Change-Id: Ib748f39705cb4cee9f331e1d048a3f531116c616 Reviewed-on: https://gerrit.libreoffice.org/67242 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> 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)); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
