diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-06-27 16:05:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-06-27 16:44:07 +0100 |
commit | 887fc099c118da335e8a507db9521437f5bd2e82 (patch) | |
tree | 247fe5558867d75b88d9ed8fe06e5a39394e1a7d /svl/inc | |
parent | 002ceda55ce79549a8098fb05b1682844882a13d (diff) |
update unused code list
Change-Id: I8845df6193233b268b5cce958fea9f25625c7025
Diffstat (limited to 'svl/inc')
-rw-r--r-- | svl/inc/svl/svarray.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svl/inc/svl/svarray.hxx b/svl/inc/svl/svarray.hxx index 90428b82715c..04572524ff93 100644 --- a/svl/inc/svl/svarray.hxx +++ b/svl/inc/svl/svarray.hxx @@ -412,8 +412,9 @@ void nm::DeleteAndDestroy( sal_uInt16 nP, sal_uInt16 nL )\ SV_IMPL_PTRARR_GEN(nm, AE, SvPtrarr ) typedef void* VoidPtr; -_SV_DECL_VARARR_GEN( SvPtrarr, VoidPtr, 0, 1, VoidPtr &, ) -USHORT GetPos( const VoidPtr & aE ) const; + +_SV_DECL_VARARR_GEN( SvPtrarr, VoidPtr, 0, VoidPtr &, SVL_DLLPUBLIC ) +sal_uInt16 GetPos( const VoidPtr & aE ) const; }; // SORTARR - Begin |