From 1c3de19e9892deabd7ed2f47afbdf86f292eff8f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 16 Feb 2017 10:55:46 +0200 Subject: remove unused NONE from ScrollRangeCheck enum Change-Id: I9d83cc38a9fa477a61ec7e2ec3d9786318187085 --- compilerplugins/clang/unusedenumconstants.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'compilerplugins') diff --git a/compilerplugins/clang/unusedenumconstants.py b/compilerplugins/clang/unusedenumconstants.py index 291f3500e561..f04d056df11d 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -133,6 +133,10 @@ for d in definitionSet: "sc/source/ui/docshell/impex.cxx", # SylkVersion "include/rsc/rsc-vcl-shared-types.hxx", # KeyFuncType "include/i18nutil/paper.hxx", # Paper + "cppcanvas/source/mtfrenderer/emfplus.cxx", # EmfPlusCombineMode + "cppcanvas/source/mtfrenderer/emfpbrush.hxx", # EmfPlusHatchStyle + "include/filter/msfilter/svdfppt.hxx", # PptPlaceholder, PptSlideLayout + "include/filter/msfilter/escherex.hxx", # various # Windows or OSX only "include/canvas/rendering/icolorbuffer.hxx", "include/vcl/commandevent.hxx", @@ -162,6 +166,9 @@ for d in definitionSet: "sc/source/ui/inc/scuitphfedit.hxx", # ScHFEntryId (from UI) "include/i18nlangtag/languagetag.hxx", # LanguageTag::ScriptType "extensions/source/scanner/grid.hxx", # ResetType (from UI) + "dbaccess/source/inc/dsntypes.hxx", # dbaccess::DATASOURCE_TYPE (from UI) + "cui/source/tabpages/tparea.cxx", # FillType (from UI) + "include/editeng/svxenum.hxx", # css::style::NumberingType # represents constants from an external API "opencl/inc/opencl_device_selection.h", "vcl/inc/sft.hxx", -- cgit