diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-16 10:32:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-16 12:42:04 +0200 |
commit | ee36298909783fa3e722349d6efee061749041c0 (patch) | |
tree | 3b3a1d2041c95e4190431d130ec846279d4338c5 /compilerplugins | |
parent | 8c5860aeb47c5ba49e06a2af961a2448debe2b50 (diff) |
convert resetType to scoped enum
Change-Id: Ie127b99949546b5303fd105c662b25c62d409941
Diffstat (limited to 'compilerplugins')
-rwxr-xr-x | compilerplugins/clang/unusedenumconstants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compilerplugins/clang/unusedenumconstants.py b/compilerplugins/clang/unusedenumconstants.py index 64aaa597ec9d..291f3500e561 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -113,6 +113,7 @@ for d in definitionSet: "starmath/source/mathtype.hxx", # MathType::MTOKENS "sd/source/filter/eppt/epptbase.hxx", # PPTExTextAttr "sc/source/filter/inc/tokstack.hxx", # E_TYPE + "filter/source/graphicfilter/icgm/cgmtypes.hxx", # unit test code "cppu/source/uno/check.cxx", # general weird nonsense going on @@ -160,6 +161,7 @@ for d in definitionSet: "sd/inc/pres.hxx", # AutoLayout (from UI) "sc/source/ui/inc/scuitphfedit.hxx", # ScHFEntryId (from UI) "include/i18nlangtag/languagetag.hxx", # LanguageTag::ScriptType + "extensions/source/scanner/grid.hxx", # ResetType (from UI) # represents constants from an external API "opencl/inc/opencl_device_selection.h", "vcl/inc/sft.hxx", |