summaryrefslogtreecommitdiff
path: root/idl/inc/object.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc/object.hxx')
-rw-r--r--idl/inc/object.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/idl/inc/object.hxx b/idl/inc/object.hxx
index 9859a3ac444e..3967fa9e2883 100644
--- a/idl/inc/object.hxx
+++ b/idl/inc/object.hxx
@@ -24,13 +24,6 @@
#include <slot.hxx>
#include <vector>
-struct SvSlotElement
-{
- tools::SvRef<SvMetaSlot> xSlot;
- SvSlotElement( SvMetaSlot * pS ) : xSlot( pS ) {}
-};
-typedef std::vector< SvSlotElement* > SvSlotElementList;
-
class SvMetaClass;
typedef ::std::vector< SvMetaClass* > SvMetaClassList;