summaryrefslogtreecommitdiff
path: root/idl/inc/slot.hxx
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2017-04-30 14:02:18 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2017-05-01 01:30:44 +0300
commitc2f7c567b7264c25180e2717eabad61c4c92ae0e (patch)
tree498adf9aa359c2d831e5c765227c1153b29b5185 /idl/inc/slot.hxx
parent1c6cb1e8386eb627adb0c70169582cc58fd76ec7 (diff)
svidl: Adapt to SlotType removal
No diff in workdir/SdiTarget. BEWARE: If you're going to revert this for whatever reason, you should also revert the previous commit that removed the SlotType property from sdi files! Change-Id: I78cc391a6b47f4672157926eba1b55e786f48f2d
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;