summaryrefslogtreecommitdiffstats
path: root/sw/inc/fldui.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 /sw/inc/fldui.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 'sw/inc/fldui.hrc')
-rw-r--r--sw/inc/fldui.hrc10
1 files changed, 0 insertions, 10 deletions
diff --git a/sw/inc/fldui.hrc b/sw/inc/fldui.hrc
index 52aa0eec2490..20438e01e390 100644
--- a/sw/inc/fldui.hrc
+++ b/sw/inc/fldui.hrc
@@ -29,16 +29,8 @@
#include "rcid.hrc"
-
-#define DLG_FLD RC_FLDDLG_BEGIN
-#define DLG_RECORD_MRG (RC_FLDDLG_BEGIN + 1)
-#define DLG_RECORD_INS (RC_FLDDLG_BEGIN + 2)
-#define DLG_FLD_EDIT (RC_FLDDLG_BEGIN + 3)
#define DLG_POSTIT (RC_FLDDLG_BEGIN + 4)
#define DLG_FLD_INPUT (RC_FLDDLG_BEGIN + 5)
-#define DLG_BRCFG (RC_FLDDLG_BEGIN + 6)
-#define DLG_BRSEEK (RC_FLDDLG_BEGIN + 7)
-#define DLG_BRSORT (RC_FLDDLG_BEGIN + 8)
#define DLG_CHANGE_DB (RC_FLDDLG_BEGIN + 9)
#define DLG_JAVAEDIT (RC_FLDDLG_BEGIN + 10)
#define DLG_FLD_INSERT (RC_FLDDLG_BEGIN + 11)
@@ -81,7 +73,6 @@
#define STR_PREVPAGEFLD (STR_TYPE_BEGIN + 29)
#define STR_EXTUSERFLD (STR_TYPE_BEGIN + 30)
-
#define STR_SETINPUTFLD (STR_TYPE_BEGIN + 33)
#define STR_USRINPUTFLD (STR_TYPE_BEGIN + 34)
#define STR_SETREFPAGEFLD (STR_TYPE_BEGIN + 35)
@@ -288,7 +279,6 @@
#define STR_ALL_DATABASE (STR_EXTRA + 13)
#define STR_FLD_EDIT_DLG (STR_EXTRA + 14)
-#define FLDDLG_ACT_END (STR_FLD_EDIT_DLG)
#endif