summaryrefslogtreecommitdiff
path: root/include/basegfx/polygon
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-14 22:42:20 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-26 23:24:57 +0200
commit20b89d47e64d1546a41c1b696e83e672a12c6eb7 (patch)
treecf93243640855f1ebb281019e4c019ecabaf0494 /include/basegfx/polygon
parent50cd4c73eba1ae2802a4897410bd3f75516d0dcb (diff)
Fix typo
Change-Id: I6297124f6a3ae7bc73d6a29195152e63fa7c78e5 Reviewed-on: https://gerrit.libreoffice.org/74762 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/basegfx/polygon')
-rw-r--r--include/basegfx/polygon/b2dpolygontools.hxx4
1 files changed, 2 insertions, 2 deletions
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);