summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-09-08 13:38:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-09-08 21:01:31 +0000
commitbcf8f878899be13002b2c40f9f2b9363f20fec3a (patch)
tree43434367f951d7ae97d7b7d3dd9490b4fdd2eead /include
parentd704c2b95e811798b900ac18974f7983ffca4090 (diff)
remove IMAGEROTATION and IMAGEREFLECTION SfxSlotMode enums...
unused since... commit 7affe26a1291eef8c77e890228061f13e987bff1 Author: Maxim Monastirsky <momonasmon@gmail.com> Date: Mon Feb 22 18:47:15 2016 +0200 Kill sfx2 menu support Change-Id: I902957b8379be7c314f5357750aeba5a2fcc0a00 Reviewed-on: https://gerrit.libreoffice.org/28749 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/msg.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/sfx2/msg.hxx b/include/sfx2/msg.hxx
index c6c101bc6c40..12fe6e03ad32 100644
--- a/include/sfx2/msg.hxx
+++ b/include/sfx2/msg.hxx
@@ -48,14 +48,12 @@ enum class SfxSlotMode {
ACCELCONFIG = 0x80000L, // configurable keys
CONTAINER = 0x100000L, // Operated by the container at InPlace
- READONLYDOC = 0x200000L, // also available for read-only Documents
- IMAGEROTATION = 0x400000L, // Rotate image on Vertical/Bi-directional writing
- IMAGEREFLECTION = 0x800000L // Mirror image on Vertical/Bi-directional writing
+ READONLYDOC = 0x200000L // also available for read-only Documents
};
namespace o3tl
{
- template<> struct typed_flags<SfxSlotMode> : is_typed_flags<SfxSlotMode, 0x1fec72cL> {};
+ template<> struct typed_flags<SfxSlotMode> : is_typed_flags<SfxSlotMode, 0x13ec72cL> {};
}