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, 0 insertions, 14 deletions
diff --git a/basegfx/source/polygon/b3dpolygon.cxx b/basegfx/source/polygon/b3dpolygon.cxx
index ac231e02792d..345877004836 100644
--- a/basegfx/source/polygon/b3dpolygon.cxx
+++ b/basegfx/source/polygon/b3dpolygon.cxx
@@ -28,8 +28,6 @@
#include <vector>
#include <algorithm>
-
-
class CoordinateData3D
{
basegfx::B3DPoint maPoint;
@@ -67,8 +65,6 @@ public:
}
};
-
-
class CoordinateDataArray3D
{
typedef ::std::vector< CoordinateData3D > CoordinateData3DVector;
@@ -249,8 +245,6 @@ public:
}
};
-
-
class BColorArray
{
typedef ::std::vector< ::basegfx::BColor > BColorDataVector;
@@ -409,8 +403,6 @@ public:
}
};
-
-
class NormalsArray3D
{
typedef ::std::vector< ::basegfx::B3DVector > NormalsData3DVector;
@@ -578,8 +570,6 @@ public:
}
};
-
-
class TextureCoordinate2D
{
typedef ::std::vector< ::basegfx::B2DPoint > TextureData2DVector;
@@ -747,8 +737,6 @@ public:
}
};
-
-
class ImplB3DPolygon
{
// The point vector. This vector exists always and defines the
@@ -1505,8 +1493,6 @@ public:
}
};
-
-
namespace basegfx
{
namespace { struct DefaultPolygon : public rtl::Static< B3DPolygon::ImplType,