diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-15 15:34:00 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-16 08:17:34 +0200 |
commit | 23ea9fb1ddea133bcfed2851f5d520127c7c7c2c (patch) | |
tree | c18e6cb07f65bb6b364b58c9905ecdd600f2e3f1 /compilerplugins | |
parent | e52b83ec3f820333e052d0d756268e878086611d (diff) |
remove unused enumerators from SymbolType enum
Change-Id: I63af4ab93dfd021f88f03fad2c065f5a0e9eeed9
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 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", |