summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon/b2dpolygon.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-07-05 05:53:02 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-07-06 02:15:20 +0200
commit10f696d103bcf0ba2e3f76eb4ff7a4c70fe4683c (patch)
tree9392ad9b1a7267af6e48efede7f385f222161483 /basegfx/source/polygon/b2dpolygon.cxx
parentd1e6ecb3538e06cd4691e4296597748b9394410d (diff)
remove unnecessary whitespaces in basegfx
Change-Id: Ia97fb3895e855e9fb970b0874fc100e2b900a8b7
Diffstat (limited to 'basegfx/source/polygon/b2dpolygon.cxx')
-rw-r--r--basegfx/source/polygon/b2dpolygon.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/basegfx/source/polygon/b2dpolygon.cxx b/basegfx/source/polygon/b2dpolygon.cxx
index e8acddd8799a..096c4a01f44d 100644
--- a/basegfx/source/polygon/b2dpolygon.cxx
+++ b/basegfx/source/polygon/b2dpolygon.cxx
@@ -29,8 +29,6 @@
#include <vector>
#include <algorithm>
-
-
struct CoordinateData2D : public basegfx::B2DPoint
{
public:
@@ -52,8 +50,6 @@ public:
}
};
-
-
class CoordinateDataArray2D
{
typedef ::std::vector< CoordinateData2D > CoordinateData2DVector;
@@ -206,8 +202,6 @@ public:
}
};
-
-
class ControlVectorPair2D
{
basegfx::B2DVector maPrevVector;
@@ -249,8 +243,6 @@ public:
}
};
-
-
class ControlVectorArray2D
{
typedef ::std::vector< ControlVectorPair2D > ControlVectorPair2DVector;
@@ -472,8 +464,6 @@ public:
}
};
-
-
class ImplBufferedData
{
private:
@@ -568,8 +558,6 @@ public:
}
};
-
-
class ImplB2DPolygon
{
private:
@@ -1106,8 +1094,6 @@ public:
}
};
-
-
namespace basegfx
{
namespace