From cdbe81f2acb3ebe2e6d39c0cac1f66572d026211 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 10 Feb 2017 10:15:43 +0200 Subject: convert SW_KeyState to scoped enum and drop unused InsDel_* enumerators. Also rename to SwKeyState to make it a little shorter and more consistent with other naming. Change-Id: I837ea8d64a0f26426567dcf78750939fc959a4a4 --- compilerplugins/clang/unusedenumconstants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'compilerplugins') diff --git a/compilerplugins/clang/unusedenumconstants.py b/compilerplugins/clang/unusedenumconstants.py index 3edf02ce9d66..2f82e05d5938 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -136,6 +136,7 @@ for d in definitionSet: "include/svl/zforlist.hxx", "include/svtools/svtabbx.hxx", "include/vcl/print.hxx", # NupOrderType, from UI combobox + "sw/source/uibase/inc/swcont.hxx", # RegionMode, from UI; ContentTypeId, from UI(registry) # represents constants from an external API "opencl/inc/opencl_device_selection.h", "vcl/inc/sft.hxx", -- cgit