diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-14 15:36:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-15 08:33:37 +0200 |
commit | dfd5510a7a94885d6e678dd401528fdf656fbf73 (patch) | |
tree | 553dcddf75fd1979c3ebc99c08d2f2788969d840 /compilerplugins | |
parent | fac166ab23643f2760dba817984b86c2c8dd8ea6 (diff) |
convert SmBracketType to scoped enum
and drop unused enumerators
Change-Id: Icda3ff510331f9f0adb97d6dac56edf325d0d1a7
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 70ea2af1e114..81d4b089dc62 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -110,6 +110,7 @@ for d in definitionSet: "svx/inc/galobj.hxx", # GalSoundType "include/svx/msdffdef.hxx", "include/svtools/rtftoken.h", # RTF_TOKEN_IDS + "starmath/source/mathtype.hxx", # MathType::MTOKENS # unit test code "cppu/source/uno/check.cxx", # general weird nonsense going on |