summaryrefslogtreecommitdiff
path: root/connectivity/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-11 15:46:21 +0200
committerNoel Grandin <noel@peralex.com>2016-08-17 09:43:52 +0200
commitd5de00cc73ca6b60f586c13f22d7b78470984dea (patch)
tree8ff762360044c25af992817f720208619918dc60 /connectivity/source
parent0e867bc4cba66c14d543e111ea8ab89dc2444ee0 (diff)
loplugin:unusedenumconstants in basctl..editeng
Change-Id: I49a23a197969d58a3a2d6b2be1fbe4a647c7fa08
Diffstat (limited to 'connectivity/source')
-rw-r--r--connectivity/source/drivers/mork/MorkParser.hxx14
-rw-r--r--connectivity/source/inc/RowFunctionParser.hxx3
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
};