summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-24 01:13:40 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-24 11:58:09 +0200
commitc309a4855e125cd2c5eb42af3ddd5aa80063b374 (patch)
tree3038f110948a26c53a1e0f7c84a2bafcee579d4b
parentd9bf242a7d57025aecf6e7117ac9626f6a293a1e (diff)
chrdlg.hrc: some kind of cleanup
DLG_PARA and DLG_DRAWPARA are unused. So remove them and clean up. Change-Id: Ie8beea17b16590fe51fcf944371cb494fe2055b4
-rw-r--r--sw/inc/chrdlg.hrc11
1 files changed, 3 insertions, 8 deletions
diff --git a/sw/inc/chrdlg.hrc b/sw/inc/chrdlg.hrc
index 9280ead5205e..1435c8914332 100644
--- a/sw/inc/chrdlg.hrc
+++ b/sw/inc/chrdlg.hrc
@@ -22,23 +22,18 @@
#include "rcid.hrc"
-#define DLG_PARA (RC_CHRDLG_BEGIN + 2)
-#define DLG_DRAWPARA (RC_CHRDLG_BEGIN + 10)
-
-// Tabpages -> now in globals.hrc
-
#define MSG_ILLEGAL_PAGENUM (RC_CHRDLG_BEGIN + 1)
#define STR_TEXTCOLL_HEADER (RC_CHRDLG_BEGIN + 2)
#define STR_PAGEFMT_HEADER (RC_CHRDLG_BEGIN + 4)
-#define CHRDLG_ACT_END DLG_DRAWPARA
+#define DLG_SWDROPCAPS (RC_CHRDLG_BEGIN + 11)
+
+#define CHRDLG_ACT_END DLG_SWDROPCAPS
#if CHRDLG_ACT_END > RC_CHRDLG_END
#error Resource-Id overflow in #file, #line
#endif
-#define DLG_SWDROPCAPS (RC_CHRDLG_BEGIN + 11)
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */