diff options
Diffstat (limited to 'svx/inc/xpolyimp.hxx')
-rw-r--r-- | svx/inc/xpolyimp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/xpolyimp.hxx b/svx/inc/xpolyimp.hxx index 425d2a551058..49831dd45aaf 100644 --- a/svx/inc/xpolyimp.hxx +++ b/svx/inc/xpolyimp.hxx @@ -35,7 +35,7 @@ public: Point* pOldPointAry; bool bDeleteOldPoints; sal_uInt16 nSize; - sal_uInt16 nResize; + sal_uInt16 const nResize; sal_uInt16 nPoints; ImpXPolygon( sal_uInt16 nInitSize, sal_uInt16 nResize=16 ); |