summaryrefslogtreecommitdiffstats
path: root/idl/inc/types.hxx
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2011-03-25 16:58:09 -0430
committerNoel Power <noel.power@novell.com>2011-03-28 14:24:30 +0100
commit8ca3d48fc6c8167e75f0c19dd67207d5e5ff75c5 (patch)
tree194b0d660bf89769ea3ab7e2da737d0e0041f47d /idl/inc/types.hxx
parentFix windows build of sfx2 (diff)
downloadcore-8ca3d48fc6c8167e75f0c19dd67207d5e5ff75c5.tar.gz
core-8ca3d48fc6c8167e75f0c19dd67207d5e5ff75c5.zip
Remove DECLARE_LIST( SvSlotElementList, SvSlotElement* )
Diffstat (limited to 'idl/inc/types.hxx')
-rwxr-xr-xidl/inc/types.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx
index 4913c21c4870..b37cfd1242c0 100755
--- a/idl/inc/types.hxx
+++ b/idl/inc/types.hxx
@@ -32,8 +32,8 @@
#include <tools/ref.hxx>
#include <basobj.hxx>
-class SvSlotElementList;
struct SvSlotElement;
+typedef std::vector<SvSlotElement*> SvSlotElementList;
SV_DECL_REF(SvMetaType)
SV_DECL_REF(SvMetaAttribute)