diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-20 14:10:47 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-20 14:10:47 +0000 |
commit | 3fd5d19ef52f00a81be913a17fee99454fbaf937 (patch) | |
tree | 4a6a7a5d28a6a8e66ffbdd60c0593d0ed0afcf85 /sw/inc/rcid.hrc | |
parent | c64cb3bda3f7abf44fa4d8b717faafe72946a176 (diff) |
INTEGRATION: CWS gt01 (1.6.384); FILE MERGED
2004/07/20 22:53:25 gt 1.6.384.2: RESYNC: (1.6-1.7); FILE MERGED
2004/04/12 20:47:20 gt 1.6.384.1: #112355# assigning styles
Diffstat (limited to 'sw/inc/rcid.hrc')
-rw-r--r-- | sw/inc/rcid.hrc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sw/inc/rcid.hrc b/sw/inc/rcid.hrc index 877a9f345a08..89cab99cbe97 100644 --- a/sw/inc/rcid.hrc +++ b/sw/inc/rcid.hrc @@ -2,9 +2,9 @@ * * $RCSfile: rcid.hrc,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2004-05-18 13:58:39 $ + * last change: $Author: rt $ $Date: 2004-09-20 15:10:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -108,6 +108,7 @@ #define RC_CFGITEMS (RC_BASE + 3350) #define RC_LINGU (RC_BASE + 3450) #define RC_ACCESS (RC_BASE + 3550) +#define STR_POOLPARSTYLE (RC_BASE + 3650) #define RC_UNDO (RC_BASE + 3750) /*-------------------------------------------------------------------- @@ -247,6 +248,10 @@ #define RC_POOLNUMRULE_BEGIN RC_POOLNUMRULE #define RC_POOLNUMRULE_END (RC_POOLNUMRULE + 10) +// Pooltemplate Paragraph +#define STR_POOLPARSTYLE_BEGIN STR_POOLPARSTYLE +#define STR_POOLPARSTYLE_END (STR_POOLPARSTYLE + 9) + // Envelp-Verzeichnis #define RC_ENVELP_BEGIN (RC_ENVELP ) #define RC_ENVELP_END (RC_ENVELP + 99) |