diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-17 15:41:40 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-20 05:56:44 +0000 |
commit | 76f9e3b417f19c0a16477e0a0e68e2da31d1de6f (patch) | |
tree | 4c008bdddeceb01b0a1c2fdc810bc440e2c06851 /compilerplugins | |
parent | 872a2d389588e26e0f1f8bbd7a95e5273cd8263f (diff) |
remove some unused enumerators
Change-Id: Idb9080f9c2edd838385d78b64e61ab49e93fe54b
Reviewed-on: https://gerrit.libreoffice.org/34373
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins')
-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 4a0c49c5012f..803aaff3d8d8 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -155,6 +155,7 @@ for d in definitionSet: "include/vcl/svapp.hxx", "include/vcl/salbtype.hxx", "include/vcl/commandevent.hxx", # CommandEvent, MediaCommand, ShowDialogId + "include/canvas/rendering/irendermodule.hxx", # canvas::IRenderModule::PrimitiveType # must match some other enum "include/editeng/bulletitem.hxx", "include/editeng/svxenum.hxx", |