From e48f0084df7971a55eea5865ae0d5189706216b4 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 14 Feb 2017 15:20:49 +0200 Subject: remove unused AccessibilityChanged from SfxHintId enum Change-Id: Ic2d413002466e92d38a7a918b3f7e04d3c9eebf2 --- compilerplugins/clang/unusedenumconstants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'compilerplugins') 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", -- cgit