Hello,

Searching for "DECLARE_LIST" in Opengrok in core part gives, except the
declaration in list.hxx, this :
in svl/inc/svl/svdde.hxx
     57 #ifndef _SVDDE_NOLISTS
     58 DECLARE_LIST( DdeServices, DdeService* )
     59 #else
     60 typedef List DdeServices;
     61 #endif

I searched about _SVDDE_NOLISTS and it seems nowhere to be seen.
Could we just have "typedef List DdeServices;", move DECLARE_LIST
declaration in binfilter part (since there are still some places to be
converted) and remove completely DECLARE_LIST for core ?

Julien.

--
View this message in context: 
http://nabble.documentfoundation.org/About-DECLARE-LIST-fdo-38832-tp3954875.html
Sent from the Dev mailing list archive at Nabble.com.
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to