summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon/b3dpolygon.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/polygon/b3dpolygon.cxx')
-rw-r--r--basegfx/source/polygon/b3dpolygon.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/basegfx/source/polygon/b3dpolygon.cxx b/basegfx/source/polygon/b3dpolygon.cxx
index 24fe3f0fd82d..9e409804e343 100644
--- a/basegfx/source/polygon/b3dpolygon.cxx
+++ b/basegfx/source/polygon/b3dpolygon.cxx
@@ -28,7 +28,7 @@
#include <vector>
#include <algorithm>
-//////////////////////////////////////////////////////////////////////////////
+
class CoordinateData3D
{
@@ -67,7 +67,7 @@ public:
}
};
-//////////////////////////////////////////////////////////////////////////////
+
class CoordinateDataArray3D
{
@@ -249,7 +249,7 @@ public:
}
};
-//////////////////////////////////////////////////////////////////////////////
+
class BColorArray
{
@@ -414,7 +414,7 @@ public:
}
};
-//////////////////////////////////////////////////////////////////////////////
+
class NormalsArray3D
{
@@ -588,7 +588,7 @@ public:
}
};
-//////////////////////////////////////////////////////////////////////////////
+
class TextureCoordinate2D
{
@@ -762,7 +762,7 @@ public:
}
};
-//////////////////////////////////////////////////////////////////////////////
+
class ImplB3DPolygon
{
@@ -1520,7 +1520,7 @@ public:
}
};
-//////////////////////////////////////////////////////////////////////////////
+
namespace basegfx
{