summaryrefslogtreecommitdiff
path: root/svx/source/xoutdev/_xpoly.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/xoutdev/_xpoly.cxx')
-rw-r--r--svx/source/xoutdev/_xpoly.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/xoutdev/_xpoly.cxx b/svx/source/xoutdev/_xpoly.cxx
index f56c1b411248..2b90d960e532 100644
--- a/svx/source/xoutdev/_xpoly.cxx
+++ b/svx/source/xoutdev/_xpoly.cxx
@@ -815,7 +815,7 @@ void XPolygon::Distort(const tools::Rectangle& rRefRect,
basegfx::B2DPolygon XPolygon::getB2DPolygon() const
{
// #i74631# use tools Polygon class for conversion to not have the code doubled
- // here. This needs one more conversion but avoids different convertors in
+ // here. This needs one more conversion but avoids different converters in
// the long run
const tools::Polygon aSource(GetPointCount(), pImpXPolygon->pPointAry.get(), pImpXPolygon->pFlagAry.get());
@@ -826,7 +826,7 @@ XPolygon::XPolygon(const basegfx::B2DPolygon& rPolygon)
: pImpXPolygon( tools::Polygon( rPolygon ).GetSize() )
{
// #i74631# use tools Polygon class for conversion to not have the code doubled
- // here. This needs one more conversion but avoids different convertors in
+ // here. This needs one more conversion but avoids different converters in
// the long run
const tools::Polygon aSource(rPolygon);