diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-15 11:27:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-15 12:30:39 +0200 |
commit | 04004cc25905de47bb8406cb99be8fb34dd6f633 (patch) | |
tree | 52d70d0f1f01ea4a0fb9ffefef11dddd65151289 /compilerplugins | |
parent | f4ae7da07703de3a7636f00213fd01cb548682a0 (diff) |
convert FuncParamValidity to scoped enum
and drop unused NONE enumerator
Change-Id: Ibc77390efb195a9158ba809ad96aab4dcdbc09cb
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 975e23c656e4..5a71bf4ec275 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -112,6 +112,7 @@ for d in definitionSet: "include/svtools/rtftoken.h", # RTF_TOKEN_IDS "starmath/source/mathtype.hxx", # MathType::MTOKENS "sd/source/filter/eppt/epptbase.hxx", # PPTExTextAttr + "sc/source/filter/inc/tokstack.hxx", # E_TYPE # unit test code "cppu/source/uno/check.cxx", # general weird nonsense going on |