summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-26 13:41:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-27 14:41:22 +0100
commit7290ce233de89319549cf47899905170a65593c7 (patch)
tree91fec5d42153b3fbd55dfd81e144de7f8587afe9 /include
parentf691472b6ca89610eaf70c85640361fcee50ae9b (diff)
remove unused EVControlBits enum values
Change-Id: I4e10f0a2f40f9e7b6cc40a810468f43b2ab97aa9 Reviewed-on: https://gerrit.libreoffice.org/64090 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/editeng/editstat.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/editeng/editstat.hxx b/include/editeng/editstat.hxx
index af8d5944e39e..7a64e817b194 100644
--- a/include/editeng/editstat.hxx
+++ b/include/editeng/editstat.hxx
@@ -61,7 +61,6 @@ namespace o3tl
enum class EVControlBits
{
AUTOSCROLL = 0x0001, // Auto scrolling horizontally
- BIGSCROLL = 0x0002, // Scroll further to the cursor
ENABLEPASTE = 0x0004, // Enable Paste
SINGLELINEPASTE = 0x0008, // View: Paste in input line ...
OVERWRITE = 0x0010, // Overwrite mode
@@ -72,7 +71,7 @@ enum class EVControlBits
};
namespace o3tl
{
- template<> struct typed_flags<EVControlBits> : is_typed_flags<EVControlBits, 0xff> {};
+ template<> struct typed_flags<EVControlBits> : is_typed_flags<EVControlBits, 0xfd> {};
}
enum class EditStatusFlags