diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/rsc/rscsfx.hxx | 8 |
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: */ |