From c9c3cb5446bfeb621d5fee5d50d19c8e030e3087 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 6 Feb 2017 08:54:44 +0200 Subject: loplugin:unusedenumconstants in connectivity..cui Convert ExpressionFunct to scoped enum and drop FUNC_CONST value. Convert MQueryExpressionBase::node_type to scoped enum and drop Unknown value. Dop PageType::Color value Change-Id: Icb1f5503c230fb91329acc7d9e1da665fa28d95e Reviewed-on: https://gerrit.libreoffice.org/33948 Tested-by: Jenkins Reviewed-by: Noel Grandin --- cui/source/inc/cuitabarea.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'cui') diff --git a/cui/source/inc/cuitabarea.hxx b/cui/source/inc/cuitabarea.hxx index 3af9dd9a9e95..b8f7e16caaea 100644 --- a/cui/source/inc/cuitabarea.hxx +++ b/cui/source/inc/cuitabarea.hxx @@ -90,7 +90,6 @@ enum class PageType Gradient, Hatch, Bitmap, - Color, Shadow, Transparence, }; -- cgit