summaryrefslogtreecommitdiff
path: root/include/rsc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-26 12:08:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-26 12:44:31 +0000
commit0d3e45608a5771b58ad2f7bea0989d635f25c47c (patch)
treeb231a0cd689f7ec358ac7a4305b4aeda47b4a8f9 /include/rsc
parenta324099538916eae7f7239d32fd98ec8018cbb72 (diff)
SfxSlotInfo is unused
Change-Id: I8d5438ca338868c77dcf489609a4e007cfe925fd Reviewed-on: https://gerrit.libreoffice.org/30290 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/rsc')
-rw-r--r--include/rsc/rscsfx.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/rsc/rscsfx.hxx b/include/rsc/rscsfx.hxx
index 1a4cea55bb0b..dad816a48740 100644
--- a/include/rsc/rscsfx.hxx
+++ b/include/rsc/rscsfx.hxx
@@ -19,8 +19,6 @@
#ifndef INCLUDED_RSC_RSCSFX_HXX
#define INCLUDED_RSC_RSCSFX_HXX
-#define RSC_SFX_SLOT_INFO (0x100 + 0x203)
-
//========== S F X =======================================
// This is used as a flags enum in sw/, but only there,
// so I don't pull in o3tl::typed_flags here
@@ -36,12 +34,6 @@ enum class SfxStyleFamily {
All = 0x7fff
};
-// SfxSlotInfo
-enum class SfxSlotInfo {
- SlotName = 0x1,
- HelpText = 0x2
-};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */