diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-16 12:30:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-16 12:44:34 +0200 |
commit | fd2ffceefc942c7f28f2a0146df09e4ff6ad7d09 (patch) | |
tree | e2eeeeac51f853358d41549ae8dfd2f4a124d820 /compilerplugins | |
parent | 4e19742382708a691c6f62c47744fd2fa663216c (diff) |
convert EESpellState to scoped enum
and drop unused EE_SPELL_NOLANGUAGE enumerator
Change-Id: I74a5f89335883a13d77b39f78b7de55bddb1f107
Diffstat (limited to 'compilerplugins')
-rwxr-xr-x | compilerplugins/clang/unusedenumconstants.py | 1 |
1 files changed, 1 insertions, 0 deletions
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", |