summaryrefslogtreecommitdiff
path: root/idl/inc
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc')
-rw-r--r--idl/inc/globals.hxx2
-rw-r--r--idl/inc/slot.hxx2
2 files changed, 0 insertions, 4 deletions
diff --git a/idl/inc/globals.hxx b/idl/inc/globals.hxx
index 964176cfcce6..d54153badc30 100644
--- a/idl/inc/globals.hxx
+++ b/idl/inc/globals.hxx
@@ -60,7 +60,6 @@ struct SvGlobalHashNames
SvStringHashEntry* MM_Container;
SvStringHashEntry* MM_ReadOnlyDoc;
SvStringHashEntry* MM_struct;
- SvStringHashEntry* MM_SlotType;
SvStringHashEntry* MM_DisableFlags;
SvGlobalHashNames();
@@ -122,7 +121,6 @@ HASH_INLINE(SbxObject)
HASH_INLINE(Container)
HASH_INLINE(ReadOnlyDoc)
HASH_INLINE(struct)
-HASH_INLINE(SlotType)
HASH_INLINE(DisableFlags)
diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx
index 4816332ef6cf..b7762d0089df 100644
--- a/idl/inc/slot.hxx
+++ b/idl/inc/slot.hxx
@@ -26,7 +26,6 @@
class SvMetaSlot : public SvMetaAttribute
{
public:
- tools::SvRef<SvMetaType> aSlotType;
SvIdentifier aGroupId;
SvIdentifier aExecMethod;
SvIdentifier aStateMethod;
@@ -84,7 +83,6 @@ public:
SvMetaSlot();
SvMetaSlot( SvMetaType * pType );
- SvMetaType * GetSlotType() const;
const OString& GetGroupId() const;
const OString& GetExecMethod() const;
const OString& GetStateMethod() const;