diff options
Diffstat (limited to 'include/basegfx/polygon')
-rw-r--r-- | include/basegfx/polygon/b2dlinegeometry.hxx | 2 | ||||
-rw-r--r-- | include/basegfx/polygon/b2dpolygontools.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/basegfx/polygon/b2dlinegeometry.hxx b/include/basegfx/polygon/b2dlinegeometry.hxx index 534adbef70c2..9c339a0f49ff 100644 --- a/include/basegfx/polygon/b2dlinegeometry.hxx +++ b/include/basegfx/polygon/b2dlinegeometry.hxx @@ -90,7 +90,7 @@ namespace basegfx It will check edges for trivial bezier to avoid unnecessary bezier polygons. Care is taken to produce the in-between - polygon points (the ones original on the source poygon) since + polygon points (the ones original on the source polygon) since it has showed that without those, the raster converters leave non-filled gaps. diff --git a/include/basegfx/polygon/b2dpolygontools.hxx b/include/basegfx/polygon/b2dpolygontools.hxx index 02cc43dbb594..b2d44579c1ae 100644 --- a/include/basegfx/polygon/b2dpolygontools.hxx +++ b/include/basegfx/polygon/b2dpolygontools.hxx @@ -188,7 +188,7 @@ namespace basegfx polygon will be emptied as preparation. @param fFullDashDotLen - The sumed-up length of the rDotDashArray. If zero, it will + The summed-up length of the rDotDashArray. If zero, it will be calculated internally. */ BASEGFX_DLLPUBLIC void applyLineDashing( |