summaryrefslogtreecommitdiffstats
path: root/sw/inc/fmtui.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/fmtui.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/fmtui.hrc')
-rw-r--r--sw/inc/fmtui.hrc28
1 files changed, 0 insertions, 28 deletions
diff --git a/sw/inc/fmtui.hrc b/sw/inc/fmtui.hrc
index 349445231c74..b6d1db51e9eb 100644
--- a/sw/inc/fmtui.hrc
+++ b/sw/inc/fmtui.hrc
@@ -30,8 +30,6 @@
#include "rcid.hrc"
-
-#define DLG_FMTENTRY (RC_FMTUI_BEGIN)
#define DLG_NEW_FILE (RC_FMTUI_BEGIN + 1)
#define STR_PAGE_STD (RC_FMTUI_BEGIN + 2)
#define STR_PAGE_BORDER (RC_FMTUI_BEGIN + 3)
@@ -41,23 +39,8 @@
#define STR_PAGE_FOOTNOTE (RC_FMTUI_BEGIN + 7)
#define STR_PAGE_TEXTGRID (RC_FMTUI_BEGIN + 8)
-#define DLG_STD_CHAR (RC_FMTUI_BEGIN + 15)
-
#define MN_TEXT (RC_FMTUI_BEGIN + 20)
-#define MN_GRAFIC (RC_FMTUI_BEGIN + 21)
-#define MN_TABLE (RC_FMTUI_BEGIN + 22)
-
-#define MN_REGION (RC_FMTUI_BEGIN + 24)
-#define MN_REGION_SUB (RC_FMTUI_BEGIN + 25)
-
-#define DLG_DOC_STYLE (RC_FMTUI_BEGIN + 26)
-#define DLG_NEW_COLL (RC_FMTUI_BEGIN + 28)
-
-#define DLG_TEMPLATE_PI (RC_FMTUI_BEGIN + 29)
-#define DLG_HELP_ID (RC_FMTUI_BEGIN + 30)
-
-#define STR_OVERWRITE (RC_FMTUI_BEGIN + 32)
#define ST_CUSTOMIZE 1
// Do not change relations to base 2!!!
@@ -73,17 +56,6 @@
#error Resource-Id Ueberlauf in #file, #line
#endif
-#define TEMPLATEPI_IDX_ALL 1
-#define TEMPLATEPI_IDX_USED 2
-#define TEMPLATEPI_IDX_USER 3
-#define TEMPLATEPI_IDX_AUTOMATIC 4
-#define TEMPLATEPI_IDX_TEXT 5
-#define TEMPLATEPI_IDX_CHAPTER 6
-#define TEMPLATEPI_IDX_LIST 7
-#define TEMPLATEPI_IDX_IDX 8
-#define TEMPLATEPI_IDX_EXTRA 9
-
-
#endif