summaryrefslogtreecommitdiff
path: root/sw/inc/envelp.hrc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/envelp.hrc')
-rw-r--r--sw/inc/envelp.hrc7
1 files changed, 1 insertions, 6 deletions
diff --git a/sw/inc/envelp.hrc b/sw/inc/envelp.hrc
index ce210d4b6f2b..b77e92e86cce 100644
--- a/sw/inc/envelp.hrc
+++ b/sw/inc/envelp.hrc
@@ -28,8 +28,6 @@
#ifndef _ENVELP_HRC
#define _ENVELP_HRC
-// #include -------------------------------------------------------------------
-
#include "rcid.hrc"
// Dialoge --------------------------------------------------------------------
@@ -81,14 +79,11 @@
#define STR_BTN_NEWDOC (RC_ENVLOP_BEGIN + 65)
#define STR_SENDER_TOKENS (RC_ENVLOP_BEGIN + 66)
-#define RC_ENVPRT_HC_BEGIN (RC_ENVLOP_BEGIN + 70)
-#define RC_ENVPRT_HC_END (RC_ENVLOP_BEGIN + 82)
-
// Ueberlaufpruefung ----------------------------------------------------------
#define ENVELP_ACT_END STR_SENDER_TOKENS
-#if ENVELP_ACT_END > RC_ENVPRT_HC_END
+#if ENVELP_ACT_END > STR_SENDER_TOKENS
#error Resource-Ueberlauf in #file, #line
#endif