summaryrefslogtreecommitdiffstats
path: root/idl/inc/slot.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc/slot.hxx')
-rw-r--r--idl/inc/slot.hxx2
1 files changed, 0 insertions, 2 deletions
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;