summaryrefslogtreecommitdiff
path: root/sw/sdi
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-07-16 12:24:34 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-07-16 12:24:34 +0000
commit7571b99444d2719cd4159097c4d6d085393e075f (patch)
tree8dabc3e254d4ac51693e98eaebea61d16f9d5ba7 /sw/sdi
parentb2b1fab91889d17450edd617cbcba07ae09da139 (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.sdi26
1 files changed, 26 insertions, 0 deletions
diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi
index 7f0c062bf0d1..e59d04b13b3b 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;
+]