summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unusedenumconstants.py
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-15 15:34:00 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-16 08:17:34 +0200
commit23ea9fb1ddea133bcfed2851f5d520127c7c7c2c (patch)
treec18e6cb07f65bb6b364b58c9905ecdd600f2e3f1 /compilerplugins/clang/unusedenumconstants.py
parente52b83ec3f820333e052d0d756268e878086611d (diff)
remove unused enumerators from SymbolType enum
Change-Id: I63af4ab93dfd021f88f03fad2c065f5a0e9eeed9
Diffstat (limited to 'compilerplugins/clang/unusedenumconstants.py')
-rwxr-xr-xcompilerplugins/clang/unusedenumconstants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/compilerplugins/clang/unusedenumconstants.py b/compilerplugins/clang/unusedenumconstants.py
index 20686d0ec157..122e5911fd15 100755
--- a/compilerplugins/clang/unusedenumconstants.py
+++ b/compilerplugins/clang/unusedenumconstants.py
@@ -130,6 +130,8 @@ for d in definitionSet:
"include/svtools/htmltokn.h",
"include/sfx2/sidebar/Theme.hxx", # ThemeItem
"sc/source/ui/docshell/impex.cxx", # SylkVersion
+ "include/rsc/rsc-vcl-shared-types.hxx", # KeyFuncType
+ "include/i18nutil/paper.hxx", # Paper
# Windows or OSX only
"include/canvas/rendering/icolorbuffer.hxx",
"include/vcl/commandevent.hxx",