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 /connectivity | |
parent | 0e867bc4cba66c14d543e111ea8ab89dc2444ee0 (diff) |
loplugin:unusedenumconstants in basctl..editeng
Change-Id: I49a23a197969d58a3a2d6b2be1fbe4a647c7fa08
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/mork/MorkParser.hxx | 14 | ||||
-rw-r--r-- | connectivity/source/inc/RowFunctionParser.hxx | 3 |
2 files changed, 0 insertions, 17 deletions
diff --git a/connectivity/source/drivers/mork/MorkParser.hxx b/connectivity/source/drivers/mork/MorkParser.hxx index 972f9141d3b9..b43557400f9f 100644 --- a/connectivity/source/drivers/mork/MorkParser.hxx +++ b/connectivity/source/drivers/mork/MorkParser.hxx @@ -59,23 +59,9 @@ enum MorkErrors { NoError = 0, FailedToOpen, - UnsupportedVersion, DefectedFormat }; -// Mork term types -enum MorkTerm -{ - NoneTerm = 0, - DictTerm, - GroupTerm, - TableTerm, - RowTerm, - CellTerm, - CommentTerm, - LiteralTerm -}; - /// Class MorkParser diff --git a/connectivity/source/inc/RowFunctionParser.hxx b/connectivity/source/inc/RowFunctionParser.hxx index d74d880503eb..ed547ed6647c 100644 --- a/connectivity/source/inc/RowFunctionParser.hxx +++ b/connectivity/source/inc/RowFunctionParser.hxx @@ -32,10 +32,7 @@ namespace connectivity enum ExpressionFunct { FUNC_CONST, - ENUM_FUNC_EQUATION, - - UNARY_FUNC_COLUMN, ENUM_FUNC_AND, ENUM_FUNC_OR }; |