From b6449c65daa2854b8241e14c0966721412f16515 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 26 Nov 2018 13:45:26 +0200 Subject: remove unused EEControlBits enum value Change-Id: Ic363903bb6e32c029f5aac6810f69d590df1bf79 Reviewed-on: https://gerrit.libreoffice.org/64091 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/editeng/editstat.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/editeng/editstat.hxx b/include/editeng/editstat.hxx index 7a64e817b194..f6894923c2e5 100644 --- a/include/editeng/editstat.hxx +++ b/include/editeng/editstat.hxx @@ -29,7 +29,6 @@ enum class EEControlBits { NONE = 0x00000000, USECHARATTRIBS = 0x00000001, // Use of hard character attributes - CRSRLEFTPARA = 0x00000004, // Cursor is moved to another paragraph DOIDLEFORMAT = 0x00000008, // Formatting idle PASTESPECIAL = 0x00000010, // Allow PasteSpecial AUTOINDENTING = 0x00000020, // Automatic indenting @@ -55,7 +54,7 @@ enum class EEControlBits }; namespace o3tl { - template<> struct typed_flags : is_typed_flags {}; + template<> struct typed_flags : is_typed_flags {}; } enum class EVControlBits -- cgit