summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unusedenumconstants.py
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-14 14:46:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-15 08:33:37 +0200
commit89c24a380a8fb5dd94ba595ce421abafa9004b9a (patch)
treeb7485b29940a38029e25d34a24dc44700dba2ce9 /compilerplugins/clang/unusedenumconstants.py
parent04a58b12147829f5340536d4125ef4fbe04c0e47 (diff)
convert SvxIconChoiceCtrlPositionMode to scoped enum
and drop unused AutoAdjust enumerator Change-Id: Ie900f89241947cb93a16f0223071846fecfef09c
Diffstat (limited to 'compilerplugins/clang/unusedenumconstants.py')
-rwxr-xr-xcompilerplugins/clang/unusedenumconstants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/compilerplugins/clang/unusedenumconstants.py b/compilerplugins/clang/unusedenumconstants.py
index 3cc97382d6b5..660d35284f63 100755
--- a/compilerplugins/clang/unusedenumconstants.py
+++ b/compilerplugins/clang/unusedenumconstants.py
@@ -109,6 +109,7 @@ for d in definitionSet:
"include/tools/fontenum.hxx", # part of GDI file format
"svx/inc/galobj.hxx", # GalSoundType
"include/svx/msdffdef.hxx",
+ "include/svtools/rtftoken.h", # RTF_TOKEN_IDS
# unit test code
"cppu/source/uno/check.cxx",
# general weird nonsense going on