diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-14 15:20:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-15 08:33:37 +0200 |
commit | e48f0084df7971a55eea5865ae0d5189706216b4 (patch) | |
tree | a1db3a4123c024d8473210bb849d9cb6c977c7f6 /compilerplugins | |
parent | e1c4dbdbe12fb6c87605547fbc0ee6dc7c357d98 (diff) |
remove unused AccessibilityChanged from SfxHintId enum
Change-Id: Ic2d413002466e92d38a7a918b3f7e04d3c9eebf2
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 660d35284f63..70ea2af1e114 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -124,6 +124,7 @@ for d in definitionSet: "sw/source/uibase/config/modcfg.cxx", # InsertConfigProp "sw/inc/calc.hxx", # SwCalcOper "svtools/source/config/helpopt.cxx", # HelpProperty + "include/svtools/htmltokn.h", # Windows or OSX only "include/canvas/rendering/icolorbuffer.hxx", "include/vcl/commandevent.hxx", |