summaryrefslogtreecommitdiff
path: root/tools/inc/poly.h
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2012-08-13 22:51:30 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2012-08-13 23:52:37 +0200
commit731f3ce64a84b14b43a2a8ca3d455dd8711781b9 (patch)
treea91cb5cd15df91af172beb59e1a4b68959a01a92 /tools/inc/poly.h
parent7dfba55bfd15b3c3b080a13b63073e6d2ab808b7 (diff)
clean-up of existing comments in tools/inc
This is a follow-up patch of c8b7aa55138848fe07108779099267424bc03e3d. Change-Id: Ie220db245c08a6144f74a3727db3d6bdc2786495
Diffstat (limited to 'tools/inc/poly.h')
-rw-r--r--tools/inc/poly.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/inc/poly.h b/tools/inc/poly.h
index 9105ed9c85c2..cefad73b8775 100644
--- a/tools/inc/poly.h
+++ b/tools/inc/poly.h
@@ -22,10 +22,6 @@
#include <tools/gen.hxx>
-// -------------------
-// - ImplPolygonData -
-// -------------------
-
class ImplPolygonData
{
public:
@@ -35,10 +31,6 @@ public:
sal_uIntPtr mnRefCount;
};
-// ---------------
-// - ImplPolygon -
-// ---------------
-
class ImplPolygon : public ImplPolygonData
{
public:
@@ -52,10 +44,6 @@ public:
void ImplSplit( sal_uInt16 nPos, sal_uInt16 nSpace, ImplPolygon* pInitPoly = NULL );
};
-// -------------------
-// - ImplPolyPolygon -
-// -------------------
-
#define MAX_POLYGONS ((sal_uInt16)0x3FF0)
class Polygon;