summaryrefslogtreecommitdiff
path: root/svtools/source/edit/texteng.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/edit/texteng.cxx')
-rw-r--r--svtools/source/edit/texteng.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/edit/texteng.cxx b/svtools/source/edit/texteng.cxx
index a9f886592142..5a6f7b81af57 100644
--- a/svtools/source/edit/texteng.cxx
+++ b/svtools/source/edit/texteng.cxx
@@ -69,10 +69,10 @@ using namespace ::com::sun::star::uno;
using namespace ::rtl;
typedef TextView* TextViewPtr;
-SV_DECL_PTRARR( TextViews, TextViewPtr, 0, 1 )
+SV_DECL_PTRARR( TextViews, TextViewPtr, 0 )
// SV_IMPL_PTRARR( TextViews, TextViewPtr );
-SV_DECL_VARARR_SORT( TESortedPositions, sal_uLong, 16, 8 )
+SV_DECL_VARARR_SORT( TESortedPositions, sal_uLong, 16 )
SV_IMPL_VARARR_SORT( TESortedPositions, sal_uLong )
#define RESDIFF 10