summaryrefslogtreecommitdiff
path: root/include/sfx2/msg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-04 12:47:08 +0200
committerNoel Grandin <noel@peralex.com>2016-02-05 09:35:28 +0200
commit8cb1c1ec2bd5a48e17fa6474336a3e1f7b092739 (patch)
tree7ad6cfa538b7756834e6ffa4dd1cc06daf415be5 /include/sfx2/msg.hxx
parent353b9b43da8dadf35012d658465bc957ceb242ce (diff)
remove unused SlotId/Volatile from .SDI files
Change-Id: I29f039c2fec8433fa062c603b64afffa60e7b0d0
Diffstat (limited to 'include/sfx2/msg.hxx')
-rw-r--r--include/sfx2/msg.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sfx2/msg.hxx b/include/sfx2/msg.hxx
index e804f50aa000..37d478f54b2a 100644
--- a/include/sfx2/msg.hxx
+++ b/include/sfx2/msg.hxx
@@ -29,7 +29,6 @@
enum class SfxSlotMode {
NONE = 0x0000L, // default
- VOLATILE = 0x0002L, // per Timer every 2s get new,
TOGGLE = 0x0004L, // inverted for Execute old value
AUTOUPDATE = 0x0008L, // invalidated the status automatically after execute
@@ -57,7 +56,7 @@ enum class SfxSlotMode {
namespace o3tl
{
- template<> struct typed_flags<SfxSlotMode> : is_typed_flags<SfxSlotMode, 0x1fec72eL> {};
+ template<> struct typed_flags<SfxSlotMode> : is_typed_flags<SfxSlotMode, 0x1fec72cL> {};
}