diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-17 13:45:14 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-17 13:45:14 +0000 |
commit | 3859067945d8dcf6baa503148d5a285ac49ce6b7 (patch) | |
tree | 61c45c221f4e93a17d5708a4e570ad73bbe6f4ac /sw/sdi/_viewsh.sdi | |
parent | b7089490b304dd63f4388e7186e439c2a31c8603 (diff) |
INTEGRATION: CWS os19 (1.14.190); FILE MERGED
2004/09/12 17:10:57 os 1.14.190.6: RESYNC: (1.16-1.19); FILE MERGED
2004/04/29 14:10:12 os 1.14.190.5: RESYNC: (1.15-1.16); FILE MERGED
2003/11/21 11:20:26 os 1.14.190.4: #i18881# FN_ADD_UNKNOWN moved to the TextShell
2003/11/20 07:30:53 os 1.14.190.3: #18881# FN_SPELLING_DLG removed
2003/10/16 14:49:53 os 1.14.190.2: RESYNC: (1.14-1.15); FILE MERGED
2003/09/23 07:00:43 os 1.14.190.1: #i18881# SID_SPELL_DIALOG added
Diffstat (limited to 'sw/sdi/_viewsh.sdi')
-rw-r--r-- | sw/sdi/_viewsh.sdi | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/sw/sdi/_viewsh.sdi b/sw/sdi/_viewsh.sdi index 96cc0bc86bff..c9a008faca4b 100644 --- a/sw/sdi/_viewsh.sdi +++ b/sw/sdi/_viewsh.sdi @@ -2,9 +2,9 @@ * * $RCSfile: _viewsh.sdi,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: rt $ $Date: 2004-09-17 13:28:06 $ + * last change: $Author: rt $ $Date: 2004-09-17 14:45:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -279,6 +279,12 @@ interface BaseTextEditView : View StateMethod = GetState ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] + SID_SPELL_DIALOG + [ + ExecMethod = Execute ; + StateMethod = GetState ; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] FN_LINE_NUMBERING_DLG // status() [ ExecMethod = Execute; @@ -410,11 +416,6 @@ interface BaseTextEditView : View StateMethod = GetState ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] - FN_SPELLING_DLG // status(final|play) - [ - ExecMethod = ExecLingu ; - DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; - ] SID_HANGUL_HANJA_CONVERSION // status(final|play) [ ExecMethod = ExecLingu ; @@ -427,11 +428,6 @@ interface BaseTextEditView : View StateMethod = GetState ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] - FN_ADD_UNKNOWN // status(final|play) - [ - ExecMethod = ExecLingu ; - DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; - ] /* suchen und ersetzen */ |