diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-07-16 12:24:34 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-07-16 12:24:34 +0000 |
commit | 4cd2fed0875dbe7a60c1995dd1b93c5cbd8caf17 (patch) | |
tree | 79de24c7d4ccad7cb50e87e74668e422f49692ac /sw/sdi | |
parent | fa4636cb22f5cf8845afcb57c7f5084b13f80f96 (diff) |
INTEGRATION: CWS tl55 (1.72.8); FILE MERGED
2008/07/07 15:11:53 tl 1.72.8.2: RESYNC: (1.72-1.73); FILE MERGED
2008/06/16 15:38:26 os 1.72.8.1: #i90144# Rework spelling dialog for grammar checking
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/swriter.sdi | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi index 7f0c062bf0..e59d04b13b 100644 --- a/sw/sdi/swriter.sdi +++ b/sw/sdi/swriter.sdi @@ -10185,4 +10185,30 @@ SfxBoolItem SelectionModeBlock FN_SELECTION_MODE_BLOCK ToolBoxConfig = TRUE, GroupId = GID_EDIT; ] +//-------------------------------------------------------------------------- +SfxBoolItem SpellingAndGrammarDialog FN_SPELL_GRAMMAR_DIALOG + +[ + /* flags: */ + AutoUpdate = TRUE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + Readonly = FALSE, + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_EDIT; +] |