summaryrefslogtreecommitdiff
path: root/idl/inc
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
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')
-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;