summaryrefslogtreecommitdiff
path: root/sw/inc/dialog.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/dialog.hrc
parent47009fbf515dc6e4d4c275e5a3458b4ce2d817d9 (diff)
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/dialog.hrc')
-rw-r--r--sw/inc/dialog.hrc11
1 files changed, 2 insertions, 9 deletions
diff --git a/sw/inc/dialog.hrc b/sw/inc/dialog.hrc
index f630cf9d7c41..3e1765e16915 100644
--- a/sw/inc/dialog.hrc
+++ b/sw/inc/dialog.hrc
@@ -32,12 +32,8 @@
// Dialoge ******************************************************************
-#define DLG_SAVE_REGISTRY_FILE (RC_DIALOG_BEGIN + 1)
#define DLG_PASSWD (RC_DIALOG_BEGIN + 3)
-#define DLG_PASTESPECIAL (RC_DIALOG_BEGIN + 5)
-#define DLG_LINKS (RC_DIALOG_BEGIN + 6)
-#define DLG_LINKEDIT (RC_DIALOG_BEGIN + 7)
#define DLG_INSERT_ABSTRACT (RC_DIALOG_BEGIN + 8)
#define DLG_ASCII_FILTER (RC_DIALOG_BEGIN + 9)
#define DLG_WORDCOUNT (RC_DIALOG_BEGIN + 10)
@@ -53,8 +49,6 @@
#define STR_FLT_SGV (RC_DIALOG_BEGIN + 8)
-#define STR_NEWDLG_NAME (RC_DIALOG_BEGIN + 10)
-
// Controls *****************************************************************
#define CB_USE_PASSWD (RC_DIALOG_BEGIN )
@@ -62,12 +56,11 @@
// Bereiche *****************************************************************
-
#define RC_REGIONSW_BEGIN (RC_DIALOG_BEGIN + 60)
-#define RC_REGIONSW_END (RC_DIALOG_BEGIN + 79)
+// RC_REGIONSW_END (RC_DIALOG_BEGIN + 79)
-#define RC_MACASSGN_BEGIN (RC_DIALOG_BEGIN + 80)
#define RC_MACASSGN_END (RC_DIALOG_BEGIN + 89)
+// RC_MACASSGN_END (RC_DIALOG_BEGIN + 89)
#define RC_DLG_ADDR (RC_DIALOG_BEGIN + 90)
#define RC_SWDLG_BACKGROUND (RC_DIALOG_BEGIN + 91)