summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/dlg/dbadmin.hrc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-21 11:51:04 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-21 11:54:18 +0200
commit5fcecf9b88a0879081d8239cebbc03e30150985a (patch)
tree2eaa65002db4ccb19778e054f9fc40c33312537c /dbaccess/source/ui/dlg/dbadmin.hrc
parentRemove unused dbexch.hrc (diff)
downloadcore-5fcecf9b88a0879081d8239cebbc03e30150985a.tar.gz
core-5fcecf9b88a0879081d8239cebbc03e30150985a.zip
hrc cleanup: Remove unused defines
All of those defines (should) not be used at any point in the code. False positives may exist, because some macro names are getting generated by some template/macro foo. This is the version which compiled fine for me. Also there are many commented out lines removed. Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
Diffstat (limited to 'dbaccess/source/ui/dlg/dbadmin.hrc')
-rw-r--r--dbaccess/source/ui/dlg/dbadmin.hrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/dbaccess/source/ui/dlg/dbadmin.hrc b/dbaccess/source/ui/dlg/dbadmin.hrc
index 43781afb2249..e23142b6104e 100644
--- a/dbaccess/source/ui/dlg/dbadmin.hrc
+++ b/dbaccess/source/ui/dlg/dbadmin.hrc
@@ -84,19 +84,10 @@
#define STR_PAGETITLE_GENERAL 1
#define STR_PAGETITLE_CONNECTION 2
#define STR_PAGETITLE_ADVANCED 3
-#define STR_NO_WILDCARDS 4
#define STR_MYSQLENTRY 5
#define STR_PARENTTITLE 6
#define STR_COULDNOTLOAD_ODBCLIB 7
#define STR_UNSUPPORTED_DATASOURCE_TYPE 8
-#define STR_MYSQL_CONFIG_NEXT_PAGE 9
-#define STR_JDBC_DEFAULT_URL 10
-
-//========================================================================
-// menu item ids
-#define MID_NEW_DATASOURCE 1
-#define MID_DELETE_DATASOURCE 2
-#define MID_RESTORE_DATASOURCE 3
#endif // _DBAUI_DBADMIN_HRC_