From 3d8f844101bbd0a999227af70991128584b2fe23 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 6 Aug 2012 09:51:54 +0200 Subject: Expand the only use of the SV_DECL_IMPL_REF_LIST macro Change-Id: I697d53f44e8e79f7c5b21978101eef0cb6966475 --- cui/source/dialogs/linkdlg.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cui/source/dialogs/linkdlg.cxx') diff --git a/cui/source/dialogs/linkdlg.cxx b/cui/source/dialogs/linkdlg.cxx index dbd87dbf606a..c163c59de418 100644 --- a/cui/source/dialogs/linkdlg.cxx +++ b/cui/source/dialogs/linkdlg.cxx @@ -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[] = -- cgit