[Libreoffice-commits] core.git: include/basegfx
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jun 26 21:25:56 UTC 2019
include/basegfx/polygon/b2dpolygontools.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 20b89d47e64d1546a41c1b696e83e672a12c6eb7
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 22:42:20 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jun 26 23:24:57 2019 +0200
Fix typo
Change-Id: I6297124f6a3ae7bc73d6a29195152e63fa7c78e5
Reviewed-on: https://gerrit.libreoffice.org/74762
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/basegfx/polygon/b2dpolygontools.hxx b/include/basegfx/polygon/b2dpolygontools.hxx
index 57b9130b4399..a1efbd9aec86 100644
--- a/include/basegfx/polygon/b2dpolygontools.hxx
+++ b/include/basegfx/polygon/b2dpolygontools.hxx
@@ -331,11 +331,11 @@ namespace basegfx
// The return value describes if a change took place.
BASEGFX_DLLPUBLIC bool setContinuityInPoint(B2DPolygon& rCandidate, sal_uInt32 nIndex, B2VectorContinuity eContinuity);
- // test if polygon contains neutral points. A neutral point is one whos orientation is neutral
+ // test if polygon contains neutral points. A neutral point is one whose orientation is neutral
// e.g. positioned on the edge of its predecessor and successor
BASEGFX_DLLPUBLIC bool hasNeutralPoints(const B2DPolygon& rCandidate);
- // remove neutral points. A neutral point is one whos orientation is neutral
+ // remove neutral points. A neutral point is one whose orientation is neutral
// e.g. positioned on the edge of its predecessor and successor
BASEGFX_DLLPUBLIC B2DPolygon removeNeutralPoints(const B2DPolygon& rCandidate);
More information about the Libreoffice-commits
mailing list