summaryrefslogtreecommitdiff
path: root/svx/inc/xpolyimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/xpolyimp.hxx')
-rw-r--r--svx/inc/xpolyimp.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/svx/inc/xpolyimp.hxx b/svx/inc/xpolyimp.hxx
index 335117f4ca84..fd0fe2905d8b 100644
--- a/svx/inc/xpolyimp.hxx
+++ b/svx/inc/xpolyimp.hxx
@@ -51,12 +51,10 @@ public:
void Remove( sal_uInt16 nPos, sal_uInt16 nCount );
};
-typedef ::std::vector< XPolygon > XPolygonVector;
-
class ImpXPolyPolygon
{
public:
- XPolygonVector aXPolyList;
+ ::std::vector< XPolygon > aXPolyList;
ImpXPolyPolygon() {}
ImpXPolyPolygon( const ImpXPolyPolygon& rImpXPolyPoly );