diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-12 12:08:50 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-17 06:43:45 +0000 |
commit | 95be297746fda812f5a64e5fd53c753dfd9b249c (patch) | |
tree | 4765cbcc1c825480d58d236f2011b895e06101d5 /sw/inc/calc.hxx | |
parent | e0a3269183bf145511361a3968dca07824923dd4 (diff) |
loplugin:unusedenumvalues in sw
Change-Id: Ia5faa65cd7824183cead2634edab96b5d23a6c02
Reviewed-on: https://gerrit.libreoffice.org/28072
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/inc/calc.hxx')
-rw-r--r-- | sw/inc/calc.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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, |