diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2017-04-30 03:09:14 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2017-05-01 01:28:02 +0300 |
commit | 20f33eb7c5ebf2611008f6173da870bd0d1693fc (patch) | |
tree | 0354e46857ff5759161785f683d962f3f6aeb9c2 /idl/inc | |
parent | e588678f91652cc6f10b5f21716ba05676461467 (diff) |
svidl: Remove nested method support
No diff in workdir/SdiTarget.
Change-Id: I53e974c8ccafbbc3675f67b87a0e1b8ff19b6790
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/slot.hxx | 3 |
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; |