summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-28 11:26:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-28 10:49:49 +0000
commit9aee1f80a50f950a8c2035df6ccdc2b420e1e4f8 (patch)
treec4fe922e5dc7e57e9b139d5aa7b929f13e4d09a3 /include/sfx2
parent5138170a4a3595d6b631b33c54f7aa166ce4639b (diff)
SFX_SLOT macro is unused
Change-Id: I29ef05eda5a6e552d497e42220f36200401a3ef1 Reviewed-on: https://gerrit.libreoffice.org/35795 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/msg.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/sfx2/msg.hxx b/include/sfx2/msg.hxx
index d16f6b4dd0a7..0bc391c8a6aa 100644
--- a/include/sfx2/msg.hxx
+++ b/include/sfx2/msg.hxx
@@ -158,15 +158,6 @@ SFX_DECL_TYPE(23); // for SvxSearchItem
&a##aShellClass##Args_Impl[nArg0], nArgs, SfxDisableFlags::NONE, Name \
}
-#define SFX_SLOT( aShellClass, id, GroupId, ExecMethodPtr, StateMethodPtr, Flags, ItemClass ) \
- { id, GroupId, Flags, \
- 0, 0, \
- ExecMethodPtr, \
- StateMethodPtr, \
- (const SfxType*) &a##ItemClass##_Impl, \
- 0, 0, 0, 0 \
- }
-
#define SFX_NEW_SLOT_ARG( aShellClass, id, GroupId, pNext, ExecMethodPtr, StateMethodPtr, Flags, DisableFlags, ItemClass, nArg0, nArgs, Prop, UnoName ) \
{ id, GroupId, Flags | Prop, \
USHRT_MAX, 0, \