diff options
author | Bartosz Kosiorek <gang65@openoffice.org> | 2010-10-04 20:43:33 +0200 |
---|---|---|
committer | Bartosz Kosiorek <gang65@openoffice.org> | 2010-10-04 20:43:33 +0200 |
commit | 6d97433df43ec0dbd20c026f0b3701ff723ec973 (patch) | |
tree | f8c50024c1899a29334fb43feed42dc8a6c37f03 /svl/source | |
parent | 3fa1828b93f714b5a030bc8eef1e0693e86dbcd0 (diff) |
svarray: #i112395#: SvBytes replace with STL
Diffstat (limited to 'svl/source')
-rw-r--r-- | svl/source/memtools/svarray.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svl/source/memtools/svarray.cxx b/svl/source/memtools/svarray.cxx index b609bb297f2c..4a80ff743901 100644 --- a/svl/source/memtools/svarray.cxx +++ b/svl/source/memtools/svarray.cxx @@ -75,7 +75,6 @@ USHORT SvPtrarrPlain::GetPos( const VoidPtr aElement ) const return ( n >= nA ? USHRT_MAX : n ); } -SV_IMPL_VARARR( SvBytes, BYTE ) SV_IMPL_VARARR( SvULongs, ULONG ) SV_IMPL_VARARR( SvUShorts, USHORT ) SV_IMPL_VARARR( SvLongs, long) |