summaryrefslogtreecommitdiff
path: root/dbaccess
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 /dbaccess
parent0e867bc4cba66c14d543e111ea8ab89dc2444ee0 (diff)
loplugin:unusedenumconstants in basctl..editeng
Change-Id: I49a23a197969d58a3a2d6b2be1fbe4a647c7fa08
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/filter/xml/xmlEnums.hxx7
-rw-r--r--dbaccess/source/ui/inc/QEnumTypes.hxx1
-rw-r--r--dbaccess/source/ui/inc/dbadmin.hxx1
-rw-r--r--dbaccess/source/ui/inc/linkeddocuments.hxx6
4 files changed, 0 insertions, 15 deletions
diff --git a/dbaccess/source/filter/xml/xmlEnums.hxx b/dbaccess/source/filter/xml/xmlEnums.hxx
index 99beaf8c679e..de87caa26b48 100644
--- a/dbaccess/source/filter/xml/xmlEnums.hxx
+++ b/dbaccess/source/filter/xml/xmlEnums.hxx
@@ -125,13 +125,6 @@ namespace dbaxml
XML_TOK_AS_TEMPLATE ,
XML_TOK_COMPONENT_NAME
};
- enum XMLType
- {
- XML_TYPE_FORMS,
- XML_TYPE_REPORTS,
- XML_TYPE_QUERIES,
- XML_TYPE_TABLES
- };
enum XMLQueryTable
{
XML_TOK_QUERY_NAME,
diff --git a/dbaccess/source/ui/inc/QEnumTypes.hxx b/dbaccess/source/ui/inc/QEnumTypes.hxx
index e81302e2ca90..9f49df789b78 100644
--- a/dbaccess/source/ui/inc/QEnumTypes.hxx
+++ b/dbaccess/source/ui/inc/QEnumTypes.hxx
@@ -56,7 +56,6 @@ namespace dbaui
FULL_JOIN=0,
LEFT_JOIN,
RIGHT_JOIN,
- UNION_JOIN,
CROSS_JOIN,
INNER_JOIN
};
diff --git a/dbaccess/source/ui/inc/dbadmin.hxx b/dbaccess/source/ui/inc/dbadmin.hxx
index 69db88cb92fa..5ab342ea7e61 100644
--- a/dbaccess/source/ui/inc/dbadmin.hxx
+++ b/dbaccess/source/ui/inc/dbadmin.hxx
@@ -116,7 +116,6 @@ private:
enum ApplyResult
{
AR_LEAVE_MODIFIED, // something was modified and has successfully been committed
- AR_LEAVE_UNCHANGED, // no changes were made
AR_KEEP // don't leave the page (e.g. because an error occurred)
};
/** apply all changes made
diff --git a/dbaccess/source/ui/inc/linkeddocuments.hxx b/dbaccess/source/ui/inc/linkeddocuments.hxx
index 33274caa8fcb..b935ca78283a 100644
--- a/dbaccess/source/ui/inc/linkeddocuments.hxx
+++ b/dbaccess/source/ui/inc/linkeddocuments.hxx
@@ -92,12 +92,6 @@ namespace dbaui
void newQueryWithPilot();
void newTableWithPilot();
- enum RESULT
- {
- ERROR,
- SUCCESS,
- CANCEL
- };
private:
css::uno::Reference< css::lang::XComponent >
impl_open(