diff options
Diffstat (limited to 'svx/inc/xpolyimp.hxx')
-rw-r--r-- | svx/inc/xpolyimp.hxx | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/svx/inc/xpolyimp.hxx b/svx/inc/xpolyimp.hxx index a0af47a95cdd..6111d1c84be0 100644 --- a/svx/inc/xpolyimp.hxx +++ b/svx/inc/xpolyimp.hxx @@ -31,15 +31,6 @@ #include <tools/gen.hxx> #include <svx/xpoly.hxx> -/************************************************************************* -|* -|* class ImpXPolygon -|* -|* Beschreibung -|* Ersterstellung 08.11.94 -|* Letzte Aenderung Joe 26.09.95 -|* -*************************************************************************/ class ImpXPolygon { public: @@ -73,16 +64,6 @@ public: void Remove( USHORT nPos, USHORT nCount ); }; - -/************************************************************************* -|* -|* class ImpXPolyPolygon -|* -|* Beschreibung -|* Ersterstellung 08.11.94 -|* Letzte Aenderung Joe 26-09-1995 -|* -*************************************************************************/ DECLARE_LIST( XPolygonList, XPolygon* ) class ImpXPolyPolygon |