diff options
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/ref.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/inc/tools/ref.hxx b/tools/inc/tools/ref.hxx index 157cb4be57a9..558a66d7b97c 100644 --- a/tools/inc/tools/ref.hxx +++ b/tools/inc/tools/ref.hxx @@ -257,11 +257,6 @@ inline void CN##MemberList::Append( const CN##MemberList & rList )\ Append( rList.GetObject( i ) );\ } -/************************** S V _ D E C L _ R E F _ L I S T **************/ -#define SV_DECL_IMPL_REF_LIST(ClassName,EntryName) \ - SV_DECL_REF_LIST(ClassName,EntryName) \ - SV_IMPL_REF_LIST(ClassName,EntryName) - /************************** S v M e m b e r L i s t **********************/ #define PRV_SV_DECL_MEMBER_LIST(Class,EntryName) \ Class##MemberList() {} \ |