From e592877844573fa5ab934b7ab3b13aaa33ed621d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 16 Sep 2016 16:08:56 +0200 Subject: loplugin:unusedenumvalues Change-Id: Icf17f936ce6d07d0e152252833c8645cf9b1163b Reviewed-on: https://gerrit.libreoffice.org/28942 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- oox/source/drawingml/customshapegeometry.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'oox/source') diff --git a/oox/source/drawingml/customshapegeometry.cxx b/oox/source/drawingml/customshapegeometry.cxx index 3ee61c28c87c..13a81988545b 100644 --- a/oox/source/drawingml/customshapegeometry.cxx +++ b/oox/source/drawingml/customshapegeometry.cxx @@ -56,8 +56,7 @@ enum FormularCommand FC_SIN, FC_SQRT, FC_TAN, - FC_VAL, - FC_LAST + FC_VAL }; struct FormularCommandNameTable { -- cgit