summaryrefslogtreecommitdiff
path: root/svl/source
diff options
context:
space:
mode:
authorBartosz Kosiorek <gang65@openoffice.org>2010-10-04 20:43:33 +0200
committerBartosz Kosiorek <gang65@openoffice.org>2010-10-04 20:43:33 +0200
commit6d97433df43ec0dbd20c026f0b3701ff723ec973 (patch)
treef8c50024c1899a29334fb43feed42dc8a6c37f03 /svl/source
parent3fa1828b93f714b5a030bc8eef1e0693e86dbcd0 (diff)
svarray: #i112395#: SvBytes replace with STL
Diffstat (limited to 'svl/source')
-rw-r--r--svl/source/memtools/svarray.cxx1
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)