summaryrefslogtreecommitdiff
path: root/idl/inc
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc')
-rw-r--r--idl/inc/slot.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx
index 06e98097380f..4816332ef6cf 100644
--- a/idl/inc/slot.hxx
+++ b/idl/inc/slot.hxx
@@ -27,7 +27,6 @@ class SvMetaSlot : public SvMetaAttribute
{
public:
tools::SvRef<SvMetaType> aSlotType;
- tools::SvRef<SvMetaSlot> aMethod;
SvIdentifier aGroupId;
SvIdentifier aExecMethod;
SvIdentifier aStateMethod;
@@ -59,7 +58,6 @@ public:
size_t nStart,
SvIdlDataBase & rBase, SvStream & rOutStm );
- OString GetMangleName() const;
bool IsVariable() const;
bool IsMethod() const;
@@ -86,7 +84,6 @@ public:
SvMetaSlot();
SvMetaSlot( SvMetaType * pType );
- SvMetaAttribute * GetMethod() const;
SvMetaType * GetSlotType() const;
const OString& GetGroupId() const;
const OString& GetExecMethod() const;