From f4826959c1a5b0e6d2849d4240668b2087582848 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 3 Feb 2017 08:46:48 +0200 Subject: new loplugin:unusedenumconstants These are the simple removals, where it is obviously safe, the more complex ones will come in separate commits Change-Id: I7211945a6a5576354b60d9c709940ce9b674f308 Reviewed-on: https://gerrit.libreoffice.org/33828 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/source/text/txtdropi.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xmloff/source/text/txtdropi.cxx') diff --git a/xmloff/source/text/txtdropi.cxx b/xmloff/source/text/txtdropi.cxx index ef6e2c86a0dd..9101918e4519 100644 --- a/xmloff/source/text/txtdropi.cxx +++ b/xmloff/source/text/txtdropi.cxx @@ -43,8 +43,7 @@ enum SvXMLTokenMapDropAttrs XML_TOK_DROP_LINES, XML_TOK_DROP_LENGTH, XML_TOK_DROP_DISTANCE, - XML_TOK_DROP_STYLE, - XML_TOK_DROP_END=XML_TOK_UNKNOWN + XML_TOK_DROP_STYLE }; static const SvXMLTokenMapEntry aDropAttrTokenMap[] = -- cgit