Kaydet (Commit) 3d8f8441 authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Tor Lillqvist

Expand the only use of the SV_DECL_IMPL_REF_LIST macro

Change-Id: I697d53f44e8e79f7c5b21978101eef0cb6966475
üst cb9d71e8
......@@ -56,7 +56,8 @@
using namespace sfx2;
SV_DECL_IMPL_REF_LIST(SvBaseLink,SvBaseLink*)
SV_DECL_REF_LIST(SvBaseLink,SvBaseLink*)
SV_IMPL_REF_LIST(SvBaseLink,SvBaseLink*)
// attention, this array is indexed directly (0, 1, ...) in the code
static long nTabs[] =
......
......@@ -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() {} \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment