diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-11 15:46:21 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-08-17 09:43:52 +0200 |
commit | d5de00cc73ca6b60f586c13f22d7b78470984dea (patch) | |
tree | 8ff762360044c25af992817f720208619918dc60 /chart2/inc | |
parent | 0e867bc4cba66c14d543e111ea8ab89dc2444ee0 (diff) |
loplugin:unusedenumconstants in basctl..editeng
Change-Id: I49a23a197969d58a3a2d6b2be1fbe4a647c7fa08
Diffstat (limited to 'chart2/inc')
-rw-r--r-- | chart2/inc/ChartView.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chart2/inc/ChartView.hxx b/chart2/inc/ChartView.hxx index 12421dcdd16b..7fadb39291ca 100644 --- a/chart2/inc/ChartView.hxx +++ b/chart2/inc/ChartView.hxx @@ -58,8 +58,7 @@ struct CreateShapeParam2D; enum TimeBasedMode { MANUAL, - AUTOMATIC, - AUTOMATIC_WRAP + AUTOMATIC }; struct TimeBasedInfo |