From 95be297746fda812f5a64e5fd53c753dfd9b249c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 12 Aug 2016 12:08:50 +0200 Subject: loplugin:unusedenumvalues in sw Change-Id: Ia5faa65cd7824183cead2634edab96b5d23a6c02 Reviewed-on: https://gerrit.libreoffice.org/28072 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sw/inc/calc.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/inc/calc.hxx') diff --git a/sw/inc/calc.hxx b/sw/inc/calc.hxx index 79b2be0d1ed4..de39a1c105f0 100644 --- a/sw/inc/calc.hxx +++ b/sw/inc/calc.hxx @@ -42,7 +42,6 @@ enum SwCalcOper CALC_DIV='/', CALC_PRINT=';', CALC_ASSIGN='=', CALC_LP='(', CALC_RP=')', CALC_PHD='%', CALC_POW='^', - CALC_LISTOP = cListDelim, CALC_NOT=256, CALC_AND=257, CALC_OR=258, CALC_XOR=259, CALC_EQ=260, CALC_NEQ=261, CALC_LEQ=262, CALC_GEQ=263, CALC_LES=264, -- cgit