diff options
author | Maciej Rumianowski <maciej.rumianowski@gmail.com> | 2011-09-30 15:55:58 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-10-04 08:48:26 +0200 |
commit | ff76d2927bd92c6a6598fdd70f62cfb7de7ae925 (patch) | |
tree | 551024173ae042f445395969bf3d583d95022b5d /svl/source | |
parent | e0c40b71a9e1dcf6f17a6c2ff1d403e7dca46d8b (diff) |
Finally remove SvULongs
In all places SvULongs have been replaced with std::vector, now can be totally removed.
Diffstat (limited to 'svl/source')
-rw-r--r-- | svl/source/memtools/svarray.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svl/source/memtools/svarray.cxx b/svl/source/memtools/svarray.cxx index bdbadca480a2..88cc111d6a92 100644 --- a/svl/source/memtools/svarray.cxx +++ b/svl/source/memtools/svarray.cxx @@ -31,7 +31,6 @@ #define _SVARRAY_CXX -#define _SVSTDARR_ULONGS #define _SVSTDARR_sal_uInt16S #define _SVSTDARR_STRINGS #define _SVSTDARR_STRINGSDTOR @@ -62,7 +61,6 @@ sal_uInt16 SvPtrarr::GetPos( const VoidPtr& aElement ) const return ( n >= nA ? USHRT_MAX : n ); } -SV_IMPL_VARARR( SvULongs, sal_uLong ) SV_IMPL_VARARR( SvUShorts, sal_uInt16 ) SV_IMPL_PTRARR( SvStrings, StringPtr ) |