From 5fcecf9b88a0879081d8239cebbc03e30150985a Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 21 Jun 2012 11:51:04 +0200 Subject: 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 --- dbaccess/source/ui/app/dbu_app.hrc | 1 - 1 file changed, 1 deletion(-) (limited to 'dbaccess/source/ui/app/dbu_app.hrc') diff --git a/dbaccess/source/ui/app/dbu_app.hrc b/dbaccess/source/ui/app/dbu_app.hrc index d07b88563691..1fcf3c638560 100644 --- a/dbaccess/source/ui/app/dbu_app.hrc +++ b/dbaccess/source/ui/app/dbu_app.hrc @@ -22,7 +22,6 @@ #include "dbu_resource.hrc" #endif -#define TBI_SWITCH_PREVIEW RID_DBACCESS_START #define RID_STR_NEW_FORM RID_STR_APP_START #define RID_STR_NEW_FORM_AUTO RID_STR_APP_START + 1 -- cgit