summaryrefslogtreecommitdiff
path: root/svl/source/memtools
diff options
context:
space:
mode:
authorNigel Hawkins <n.hawkins@gmx.com>2011-03-09 21:28:34 +0000
committerNigel Hawkins <n.hawkins@gmx.com>2011-03-09 21:35:29 +0000
commit232891eda7a514d475894ad764d3f2b50996d6a8 (patch)
tree1bd684a8879e6995cbdf538e873c72ddeb3c2d5d /svl/source/memtools
parent2256b8b743d09a102ceee5b5109ee6fd2b729644 (diff)
Remove SvLongs declaration and definition
Diffstat (limited to 'svl/source/memtools')
-rw-r--r--svl/source/memtools/svarray.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svl/source/memtools/svarray.cxx b/svl/source/memtools/svarray.cxx
index 955681d84a0b..7049920aa45c 100644
--- a/svl/source/memtools/svarray.cxx
+++ b/svl/source/memtools/svarray.cxx
@@ -34,7 +34,6 @@
#define _SVSTDARR_ULONGS
#define _SVSTDARR_ULONGSSORT
#define _SVSTDARR_USHORTS
-#define _SVSTDARR_LONGS
#define _SVSTDARR_LONGSSORT
#define _SVSTDARR_STRINGS
#define _SVSTDARR_STRINGSDTOR
@@ -76,7 +75,6 @@ USHORT SvPtrarrPlain::GetPos( const VoidPtr aElement ) const
SV_IMPL_VARARR( SvULongs, ULONG )
SV_IMPL_VARARR( SvUShorts, USHORT )
-SV_IMPL_VARARR( SvLongs, long)
SV_IMPL_VARARR_SORT( SvULongsSort, ULONG )
SV_IMPL_VARARR_SORT( SvLongsSort, long )