summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/mvsave.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/mvsave.hxx')
-rw-r--r--sw/source/core/inc/mvsave.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/mvsave.hxx b/sw/source/core/inc/mvsave.hxx
index 0fdac74399fe..6e99ade46633 100644
--- a/sw/source/core/inc/mvsave.hxx
+++ b/sw/source/core/inc/mvsave.hxx
@@ -111,7 +111,7 @@ struct _SaveFly
{ }
};
-SV_DECL_VARARR( _SaveFlyArr, _SaveFly, 0, 10 )
+SV_DECL_VARARR( _SaveFlyArr, _SaveFly, 0 )
void _RestFlyInRange( _SaveFlyArr& rArr, const SwNodeIndex& rSttIdx,
const SwNodeIndex* pInsPos );
@@ -182,7 +182,7 @@ public:
const SwFmtAnchor* GetAnchor() const { return pAnchor; }
};
-SV_DECL_VARARR_SORT( _ZSortFlys, _ZSortFly, 0, 10 )
+SV_DECL_VARARR_SORT( _ZSortFlys, _ZSortFly, 0 )
class SwTblNumFmtMerge