diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2011-03-04 07:08:34 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-03-04 07:08:34 -0800 |
commit | 632771cc6964a64bb57ed3c5b045012ed80291b9 (patch) | |
tree | 443b1beaae63547f1f21a716c28c3fc2c5e91e61 /idl/inc | |
parent | 56408d346af79d12d9af0dd414fd311d3711814e (diff) |
Remove of DECLARE_LIST.
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/types.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx index d716ac520f62..46882af1f85e 100644 --- a/idl/inc/types.hxx +++ b/idl/inc/types.hxx @@ -29,7 +29,6 @@ #ifndef _TYPES_HXX #define _TYPES_HXX -#include <tools/list.hxx> #include <tools/ref.hxx> #include <basobj.hxx> @@ -252,7 +251,6 @@ public: #endif }; SV_IMPL_REF(SvMetaType) -DECLARE_LIST(SvMetaTypeList,SvMetaType *) SV_DECL_IMPL_PERSIST_LIST(SvMetaType,SvMetaType *) |