diff options
Diffstat (limited to 'compilerplugins/clang/unusedenumconstants.py')
-rwxr-xr-x | compilerplugins/clang/unusedenumconstants.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compilerplugins/clang/unusedenumconstants.py b/compilerplugins/clang/unusedenumconstants.py index 24cd0c6ded07..591c73f1cede 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -105,6 +105,11 @@ def is_ignore(srcLoc): "sc/source/filter/inc/flttypes.hxx", # BiffTyp "sc/inc/optutil.hxx", # ScOptionsUtil::KeyBindingType "include/sfx2/chalign.hxx", # SfxChildAlignment + "drawinglayer/source/tools/emfpbrush.hxx", + "drawinglayer/source/tools/emfppen.cxx", + "include/oox/ppt/animationspersist.hxx", + "include/vcl/fontcapabilities.hxx", + "sw/inc/poolfmt.hxx", # unit test code "cppu/source/uno/check.cxx", # general weird nonsense going on |