diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 15:20:20 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 15:20:20 +0000 |
commit | 7bc0a2f106ef9c1ceb4e1721aa558fa73ee8c3d1 (patch) | |
tree | 242cfaac592451f7de860210db592f1ca9bd7eaf /sw/inc/rcid.hrc | |
parent | 0988da56d273a4dfeaff65fa9f07b9c513846626 (diff) |
INTEGRATION: CWS chart2mst3 (1.10.54); FILE MERGED
2007/02/08 13:25:12 iha 1.10.54.3: resync m195 -> m202
2007/02/07 19:02:52 iha 1.10.54.2: RESYNC: (1.10-1.11); FILE MERGED
2006/01/13 12:42:55 tl 1.10.54.1: #i30052# added string resources
Diffstat (limited to 'sw/inc/rcid.hrc')
-rw-r--r-- | sw/inc/rcid.hrc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/inc/rcid.hrc b/sw/inc/rcid.hrc index 03c506305924..4f0feade394f 100644 --- a/sw/inc/rcid.hrc +++ b/sw/inc/rcid.hrc @@ -4,9 +4,9 @@ * * $RCSfile: rcid.hrc,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2007-01-02 16:45:41 $ + * last change: $Author: vg $ $Date: 2007-05-22 16:20:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -85,6 +85,7 @@ #define STR_POOLPARSTYLE (RC_BASE + 3650) #define RC_UNDO (RC_BASE + 3750) #define RC_SMARTTAG (RC_BASE + 3950) // SMARTTAGS +#define RC_UNOCORE (RC_BASE + 4050) /*-------------------------------------------------------------------- Beschreibung: Bereiche ausspannen @@ -268,5 +269,8 @@ #define RC_SMARTTAG_BEGIN RC_SMARTTAG #define RC_SMARTTAG_END (RC_SMARTTAG + 99) +// unocore +#define RC_UNOCORE_BEGIN RC_UNOCORE +#define RC_UNOCORE_END (RC_UNOCORE + 10) #endif |