diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-27 13:10:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-28 08:24:51 +0000 |
commit | 71403558cbffb6c1ce1c4993a177bf3364941e22 (patch) | |
tree | 76aeee13c28f3c4177d5e3f5c9348d6b88f3abc4 /include/sfx2 | |
parent | dad9627997f4e4d37d31c36b4125e572406af0f2 (diff) |
remove PseudoSlot support from idl compiler
Since we have removed the last usage with
commit 12c6caa84a61f23df996a0396432fa4b8d5c4785
"Kill remaining PseudoSlots usage"
And remove corresponding support from the list-dispatch-commands script.
Also remove the now unused SFX_NEW_SLOT_ENUM macro
Change-Id: Id07c431de4404acf61a8bdd3507e390e5249879a
Reviewed-on: https://gerrit.libreoffice.org/35754
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/msg.hxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/sfx2/msg.hxx b/include/sfx2/msg.hxx index 13b5e25e8c41..d0985c07d522 100644 --- a/include/sfx2/msg.hxx +++ b/include/sfx2/msg.hxx @@ -178,17 +178,6 @@ SFX_DECL_TYPE(23); // for SvxSearchItem &a##aShellClass##Args_Impl[nArg0], nArgs, DisableFlags, UnoName \ } -#define SFX_NEW_SLOT_ENUM( SlaveId, GroupId, pMaster, pNext, MasterId, Value, Flags, DisableFlags, UnoName ) \ - { SlaveId, GroupId, Flags, \ - MasterId, Value, \ - 0, \ - 0, \ - (const SfxType*) &aSfxBoolItem_Impl, \ - pMaster, \ - pNext, \ - 0, 0, DisableFlags, UnoName \ - } - struct SfxFormalArgument { const SfxType* pType; // Type of the parameter (SfxPoolItem subclass) |