diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-07-28 10:38:15 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-07-30 09:51:39 +0200 |
commit | b368329430e73a672fd53d65e962dbac7dee55ae (patch) | |
tree | c02730240589165f92920399747246006196326b /compilerplugins | |
parent | bfdf2594315cce95b95a2c1891a4518bc8f281c7 (diff) |
tdf#62699 Drop (now) pass-through header include/vcl/salbtype.hxx
Change-Id: I2e2093ac3c8c6833b70d4932bc12a82a4483bde5
Reviewed-on: https://gerrit.libreoffice.org/76499
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'compilerplugins')
-rwxr-xr-x | compilerplugins/clang/unusedenumconstants.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compilerplugins/clang/unusedenumconstants.py b/compilerplugins/clang/unusedenumconstants.py index 591c73f1cede..6d07e20585a0 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -148,7 +148,6 @@ def is_ignore(srcLoc): "vcl/inc/unx/gendata.hxx", "vcl/inc/salwtype.hxx", "include/vcl/svapp.hxx", - "include/vcl/salbtype.hxx", "include/vcl/commandevent.hxx", # CommandEvent, MediaCommand, ShowDialogId "include/canvas/rendering/irendermodule.hxx", # canvas::IRenderModule::PrimitiveType "sal/osl/unx/file.cxx", # FileHandle_Impl::Kind |