diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-17 12:53:15 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-17 12:53:15 +0000 |
commit | f7dcdf4a5600b15d68dca24f06f0e1ab7959da89 (patch) | |
tree | aafce01cf59efcceb646fe434ebaa19311750bbc /sc/source/ui/src/toolbox.src | |
parent | fb094955c98d988d2d8346ae1da6ea66331bb176 (diff) |
INTEGRATION: CWS os19 (1.62.32); FILE MERGED
2004/09/12 16:40:10 os 1.62.32.4: RESYNC: (1.66-1.70); FILE MERGED
2004/07/12 15:45:06 os 1.62.32.3: RESYNC: (1.63-1.66); FILE MERGED
2004/06/11 10:50:35 os 1.62.32.2: RESYNC: (1.62-1.63); FILE MERGED
2004/05/03 12:51:06 os 1.62.32.1: #i18881# merge error corrected
Diffstat (limited to 'sc/source/ui/src/toolbox.src')
-rw-r--r-- | sc/source/ui/src/toolbox.src | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sc/source/ui/src/toolbox.src b/sc/source/ui/src/toolbox.src index fca1310f002b..6b6c32006e4c 100644 --- a/sc/source/ui/src/toolbox.src +++ b/sc/source/ui/src/toolbox.src @@ -2,9 +2,9 @@ * * $RCSfile: toolbox.src,v $ * - * $Revision: 1.70 $ + * $Revision: 1.71 $ * - * last change: $Author: hr $ $Date: 2004-08-03 13:46:43 $ + * last change: $Author: rt $ $Date: 2004-09-17 13:53:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,8 +106,8 @@ HelpId = SID_DRAW_CHART ; #define ITEM_TOOLBAR_SPELLING \ - Identifier = SID_SPELLING ; \ - HelpId = SID_SPELLING ; + Identifier = SID_SPELL_DIALOG ; \ + HelpId = SID_SPELL_DIALOG ; #define ITEM_TOOLBAR_THESAURUS \ Identifier = SID_THESAURUS ; \ @@ -1413,7 +1413,6 @@ FloatingWindow RID_TBXCTL_INSOBJ SID_AUTO_FILTER; /* 20325 */ \ SID_OUTLINE_MAKE; /* 20331 */ \ SID_OUTLINE_REMOVE; /* 20332 */ \ - SID_SPELLING; /* 10243 */ \ SID_THESAURUS; \ SID_EXTENDEDHELP; /* 5402 */ \ /*27*/ SID_RECORDMACRO; /* xxx */ \ |