summaryrefslogtreecommitdiff
path: root/idl/inc/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc/types.hxx')
-rw-r--r--idl/inc/types.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx
index ae229afd5729..34f12d740db2 100644
--- a/idl/inc/types.hxx
+++ b/idl/inc/types.hxx
@@ -24,10 +24,9 @@
#include <tools/ref.hxx>
#include <basobj.hxx>
-struct SvSlotElement;
-typedef std::vector< SvSlotElement* > SvSlotElementList;
-
class SvMetaType;
+class SvMetaSlot;
+typedef SvRefMemberList< SvMetaSlot* > SvSlotElementList;
class SvMetaAttribute : public SvMetaReference
{