summaryrefslogtreecommitdiff
path: root/include/basegfx/polygon/b2dpolygontools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/polygon/b2dpolygontools.hxx')
-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 fbe924e0c953..423cf8f30ef4 100644
--- a/include/basegfx/polygon/b2dpolygontools.hxx
+++ b/include/basegfx/polygon/b2dpolygontools.hxx
@@ -330,11 +330,11 @@ namespace basegfx
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
- // e.g. positioned on the edge of it's predecessor and successor
+ // 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
- // e.g. positioned on the edge of it's predecessor and successor
+ // e.g. positioned on the edge of its predecessor and successor
BASEGFX_DLLPUBLIC B2DPolygon removeNeutralPoints(const B2DPolygon& rCandidate);
// tests if polygon is convex