summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon/b2dpolygontools.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/polygon/b2dpolygontools.cxx')
-rw-r--r--basegfx/source/polygon/b2dpolygontools.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/basegfx/source/polygon/b2dpolygontools.cxx b/basegfx/source/polygon/b2dpolygontools.cxx
index a931edf41638..5a3dfcd4c076 100644
--- a/basegfx/source/polygon/b2dpolygontools.cxx
+++ b/basegfx/source/polygon/b2dpolygontools.cxx
@@ -45,7 +45,7 @@ static double fAngleBoundStartValue = ANGLE_BOUND_START_VALUE;
#endif
#define STEPSPERQUARTER (3)
-//////////////////////////////////////////////////////////////////////////////
+
namespace basegfx
{
@@ -3133,7 +3133,7 @@ namespace basegfx
return aRetval;
}
- //////////////////////////////////////////////////////////////////////
+
// comparators with tolerance for 2D Polygons
bool equal(const B2DPolygon& rCandidateA, const B2DPolygon& rCandidateB, const double& rfSmallValue)
@@ -3352,7 +3352,7 @@ namespace basegfx
return aRetval;
}
- //////////////////////////////////////////////////////////////////////////////
+
// converters for com::sun::star::drawing::PointSequence
B2DPolygon UnoPointSequenceToB2DPolygon(
@@ -3428,7 +3428,7 @@ namespace basegfx
}
}
- //////////////////////////////////////////////////////////////////////////////
+
// converters for com::sun::star::drawing::PointSequence and
// com::sun::star::drawing::FlagSequence to B2DPolygon (curved polygons)