diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-05-18 12:58:39 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-05-18 12:58:39 +0000 |
commit | edaa5057be7c32f668a2dbda0853c3c8c9269e61 (patch) | |
tree | f7fb4d9fc59a0a80aaf18fbb36e86d20a86ceba1 /sw/inc/rcid.hrc | |
parent | 58f69dba0a884f9c3558da1553803bb4c6cd0fe2 (diff) |
INTEGRATION: CWS swundo01 (1.6.294); FILE MERGED
2003/08/15 13:21:36 hbrinkm 1.6.294.1: #111827#
Diffstat (limited to 'sw/inc/rcid.hrc')
-rw-r--r-- | sw/inc/rcid.hrc | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sw/inc/rcid.hrc b/sw/inc/rcid.hrc index 7f55f1e07753..877a9f345a08 100644 --- a/sw/inc/rcid.hrc +++ b/sw/inc/rcid.hrc @@ -2,9 +2,9 @@ * * $RCSfile: rcid.hrc,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: os $ $Date: 2002-09-06 13:41:23 $ + * last change: $Author: kz $ $Date: 2004-05-18 13:58:39 $ * * 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 RC_UNDO (RC_BASE + 3750) /*-------------------------------------------------------------------- Beschreibung: Bereiche ausspannen @@ -145,7 +146,7 @@ // Unsere Shell #define RC_WRTSH_BEGIN RC_WRTSH -#define RC_WRTSH_END (RC_WRTSH_BEGIN + 199) +#define RC_WRTSH_END (RC_WRTSH_BEGIN + 49) // Verzeichnisse #define RC_INDEX_BEGIN RC_INDEX @@ -282,4 +283,8 @@ #define RC_ACCESS_BEGIN RC_ACCESS #define RC_ACCESS_END (RC_ACCESS + 99) +// Undos +#define RC_UNDO_BEGIN RC_UNDO +#define RC_UNDO_END (RC_UNDO + 199) + #endif |