From 80a72c4cc7edc6b4c0b88d841500617cd733cbf7 Mon Sep 17 00:00:00 2001 From: Winfried Donkers Date: Wed, 8 Feb 2012 19:16:52 +0100 Subject: fdo#44516: Improved label/BC wizard - set paper size --- sw/inc/envelp.hrc | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'sw/inc') diff --git a/sw/inc/envelp.hrc b/sw/inc/envelp.hrc index b77e92e86cce..1aa09e02f4d2 100644 --- a/sw/inc/envelp.hrc +++ b/sw/inc/envelp.hrc @@ -63,22 +63,21 @@ #define RC_LABEL_END (RC_ENVELP_BEGIN + 49) #define RC_LABFMT_BEGIN (RC_ENVELP_BEGIN + 50) -#define RC_LABFMT_END (RC_ENVELP_BEGIN + 59) +#define RC_LABFMT_END (RC_ENVELP_BEGIN + 62) -#define RC_LABPRT_BEGIN (RC_ENVELP_BEGIN + 60) -#define RC_LABPRT_END (RC_ENVELP_BEGIN + 69) +#define RC_LABPRT_BEGIN (RC_ENVELP_BEGIN + 63) +#define RC_LABPRT_END (RC_ENVELP_BEGIN + 72) // Strings -------------------------------------------------------------------- -#define STR_DATABASE_NOT_OPENED (RC_ENVLOP_BEGIN + 60) -#define STR_NO_DRIVERS (RC_ENVLOP_BEGIN + 61) -#define DLG_MERGE_CREATE (RC_ENVLOP_BEGIN + 62) -#define DLG_MERGE_FIELD_CONNECTIONS (RC_ENVLOP_BEGIN + 63) - -#define STR_BTN_NEW_DOC (RC_ENVLOP_BEGIN + 64) -#define STR_BTN_NEWDOC (RC_ENVLOP_BEGIN + 65) -#define STR_SENDER_TOKENS (RC_ENVLOP_BEGIN + 66) +#define STR_DATABASE_NOT_OPENED (RC_ENVLOP_BEGIN + 63) +#define STR_NO_DRIVERS (RC_ENVLOP_BEGIN + 64) +#define DLG_MERGE_CREATE (RC_ENVLOP_BEGIN + 65) +#define DLG_MERGE_FIELD_CONNECTIONS (RC_ENVLOP_BEGIN + 66) +#define STR_BTN_NEW_DOC (RC_ENVLOP_BEGIN + 67) +#define STR_BTN_NEWDOC (RC_ENVLOP_BEGIN + 68) +#define STR_SENDER_TOKENS (RC_ENVLOP_BEGIN + 69) // Ueberlaufpruefung ---------------------------------------------------------- #define ENVELP_ACT_END STR_SENDER_TOKENS -- cgit