From fd2ffceefc942c7f28f2a0146df09e4ff6ad7d09 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 16 Feb 2017 12:30:13 +0200 Subject: convert EESpellState to scoped enum and drop unused EE_SPELL_NOLANGUAGE enumerator Change-Id: I74a5f89335883a13d77b39f78b7de55bddb1f107 --- 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 f04d056df11d..ec7e73202170 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -169,6 +169,7 @@ for d in definitionSet: "dbaccess/source/inc/dsntypes.hxx", # dbaccess::DATASOURCE_TYPE (from UI) "cui/source/tabpages/tparea.cxx", # FillType (from UI) "include/editeng/svxenum.hxx", # css::style::NumberingType + "include/editeng/bulletitem.hxx", # css::style::NumberingType # represents constants from an external API "opencl/inc/opencl_device_selection.h", "vcl/inc/sft.hxx", -- cgit