summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-06-26 21:25:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-06-27 16:44:06 +0100
commiteb6716e15b68509388c415cf813f537067e2cc66 (patch)
treea99fb01d5941f20123b9d5989308b430c68fb9dc
parent3b01007ca95370116fe5d848105bb48f2c968326 (diff)
_SV_DECL_PTRARR_DEF used in only one place
Change-Id: I8a4d5f5ceffec5a23d4fff73fa46bb0ea7136cf5
-rw-r--r--svl/inc/svl/svarray.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/svl/inc/svl/svarray.hxx b/svl/inc/svl/svarray.hxx
index c901190f8604..d728c9cbcbce 100644
--- a/svl/inc/svl/svarray.hxx
+++ b/svl/inc/svl/svarray.hxx
@@ -307,11 +307,6 @@ _SVVARARR_IMPL_GET_OP_INLINE(nm, AE )\
#define SV_IMPL_VARARR( nm, AE ) \
SV_IMPL_VARARR_GEN( nm, AE, AE & )
-#define _SV_DECL_PTRARR_DEF( nm, AE, IS, vis )\
-_SV_DECL_VARARR_GEN( nm, AE, IS, AE &, vis)\
-sal_uInt16 GetPos( const AE & aE ) const;\
-};
-
#define SV_DECL_PTRARR_GEN(nm, AE, IS, Base, AERef, VPRef, vis )\
class vis nm: public Base \
{\
@@ -424,7 +419,9 @@ void nm::DeleteAndDestroy( sal_uInt16 nP, sal_uInt16 nL )\
SV_IMPL_PTRARR_GEN(nm, AE, SvPtrarr )
typedef void* VoidPtr;
-_SV_DECL_PTRARR_DEF( SvPtrarr, VoidPtr, 0, SVL_DLLPUBLIC )
+_SV_DECL_VARARR_GEN( SvPtrarr, VoidPtr, 0, 1, VoidPtr &, )
+USHORT GetPos( const VoidPtr & aE ) const;
+};
// SORTARR - Begin