summaryrefslogtreecommitdiff
path: root/sw/source/core/bastyp/swregion.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/bastyp/swregion.cxx')
-rw-r--r--sw/source/core/bastyp/swregion.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/core/bastyp/swregion.cxx b/sw/source/core/bastyp/swregion.cxx
index e6c423cb725c..89b87e292a9c 100644
--- a/sw/source/core/bastyp/swregion.cxx
+++ b/sw/source/core/bastyp/swregion.cxx
@@ -38,9 +38,8 @@ SV_IMPL_VARARR( SwRects, SwRect );
|* SwRegionRects::SwRegionRects()
|*************************************************************************/
-SwRegionRects::SwRegionRects( const SwRect &rStartRect, sal_uInt16 nInit,
- sal_uInt16 nGrow ) :
- SwRects( (sal_uInt8)nInit, (sal_uInt8)nGrow ),
+SwRegionRects::SwRegionRects( const SwRect &rStartRect, sal_uInt16 nInit ) :
+ SwRects( (sal_uInt8)nInit ),
aOrigin( rStartRect )
{
Insert( aOrigin, 0 );