From 3e33fbd269e9ad3c2e72fe6f6780a77f4a5b3c78 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 8 Feb 2017 13:37:50 +0200 Subject: restore constant to VerticalOrientation Removed in commit f4826959c1a5b0e6d2849d4240668b2087582848 "new loplugin:unusedenumconstants". And add a comment. Change-Id: I63d6f46aa92e31db08e51e47a62104dc7d3d3359 Reviewed-on: https://gerrit.libreoffice.org/34057 Tested-by: Jenkins Reviewed-by: Noel Grandin --- 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 9b4a821063d5..df7c885107bc 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -105,6 +105,7 @@ for d in definitionSet: "vcl/source/filter/jpeg/transupp.h", "include/vcl/bitmapex.hxx", # TransparentType "vcl/inc/sft.hxx", # CompositeFlags, WidthClass, WeightClass + "vcl/inc/CommonSalLayout.hxx", # VerticalOrientation # unit test code "cppu/source/uno/check.cxx", # general weird nonsense going on -- cgit