summaryrefslogtreecommitdiff
path: root/sw/inc/swregion.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/swregion.hxx')
-rw-r--r--sw/inc/swregion.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/inc/swregion.hxx b/sw/inc/swregion.hxx
index 392b9086050e..b0f63f805e74 100644
--- a/sw/inc/swregion.hxx
+++ b/sw/inc/swregion.hxx
@@ -32,7 +32,7 @@
#include "swrect.hxx"
-SV_DECL_VARARR( SwRects, SwRect, 20, 8 )
+SV_DECL_VARARR( SwRects, SwRect, 20 )
class SwRegionRects : public SwRects
{
@@ -41,8 +41,7 @@ class SwRegionRects : public SwRects
inline void InsertRect( const SwRect &rRect, const sal_uInt16 nPos, sal_Bool &rDel);
public:
- SwRegionRects( const SwRect& rStartRect, sal_uInt16 nInit = 20,
- sal_uInt16 nGrow = 8 );
+ SwRegionRects( const SwRect& rStartRect, sal_uInt16 nInit = 20 );
// For punching from aOrigin.
void operator-=( const SwRect& rRect );