diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-06 09:15:51 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-06 07:57:28 +0000 |
commit | bac9a5d634b333fdc2345bfd3fa852ccc5f0d73b (patch) | |
tree | 004b3ad26f5bf29bde28570d8370336377d7402a /compilerplugins/clang/unusedenumconstants.py | |
parent | fcb0280c1023102a08c4efea43bcf08f005fa499 (diff) |
loplugin:unusedenumconstants in framework
Convert EProtocol to scoped enum and drop E_UNKNOWN_PROTOCOL.
Convert ToggleButtonToolbarController::Style to scoped enum and drop
STYLE_TOGGLEBUTTON.
Convert TargetHelper::ESpecialTarget to scoped enum and drop
E_NOT_SPECIAL.
Change-Id: I412adacac15192cf6563ce4d5e5b74bfffff4737
Reviewed-on: https://gerrit.libreoffice.org/33949
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins/clang/unusedenumconstants.py')
-rwxr-xr-x | compilerplugins/clang/unusedenumconstants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compilerplugins/clang/unusedenumconstants.py b/compilerplugins/clang/unusedenumconstants.py index f2876b587391..89c35db1cf00 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -95,6 +95,7 @@ for d in definitionSet: # general weird nonsense going on "framework/inc/helper/mischelper.hxx" "include/sfx2/shell.hxx", + "framework/inc/helper/mischelper.hxx", # Windows or OSX only "include/canvas/rendering/icolorbuffer.hxx", "include/vcl/commandevent.hxx", |