summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon/b2dpolygon.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/polygon/b2dpolygon.cxx')
-rw-r--r--basegfx/source/polygon/b2dpolygon.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/basegfx/source/polygon/b2dpolygon.cxx b/basegfx/source/polygon/b2dpolygon.cxx
index a24cab41edcb..4aa2ad492857 100644
--- a/basegfx/source/polygon/b2dpolygon.cxx
+++ b/basegfx/source/polygon/b2dpolygon.cxx
@@ -29,7 +29,7 @@
#include <vector>
#include <algorithm>
-//////////////////////////////////////////////////////////////////////////////
+
struct CoordinateData2D : public basegfx::B2DPoint
{
@@ -52,7 +52,7 @@ public:
}
};
-//////////////////////////////////////////////////////////////////////////////
+
class CoordinateDataArray2D
{
@@ -238,7 +238,7 @@ public:
}
};
-//////////////////////////////////////////////////////////////////////////////
+
class ControlVectorPair2D
{
@@ -281,7 +281,7 @@ public:
}
};
-//////////////////////////////////////////////////////////////////////////////
+
class ControlVectorArray2D
{
@@ -509,7 +509,7 @@ public:
}
};
-//////////////////////////////////////////////////////////////////////////////
+
class ImplBufferedData
{
@@ -605,7 +605,7 @@ public:
}
};
-//////////////////////////////////////////////////////////////////////////////
+
class ImplB2DPolygon
{
@@ -1183,7 +1183,7 @@ public:
}
};
-//////////////////////////////////////////////////////////////////////////////
+
namespace basegfx
{