summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-07-16 13:14:40 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-07-16 13:14:40 +0000
commit7068b9cb2855d684cd960b2c3e2489a3c476d11d (patch)
tree0db16c42cd51282ef31005204099884346fc150d /svtools
parent6a33a6690c72e61e4fe5c26937557d01853594bc (diff)
INTEGRATION: CWS tl55 (1.9.42); FILE MERGED
2008/06/19 09:30:41 os 1.9.42.1: #i85999# grammar checking config added
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/linguprops.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/svtools/inc/linguprops.hxx b/svtools/inc/linguprops.hxx
index 6c084984fcab..ace076dbc26a 100644
--- a/svtools/inc/linguprops.hxx
+++ b/svtools/inc/linguprops.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: linguprops.hxx,v $
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@@ -83,6 +83,9 @@
#define UPN_CURRENT_ACTIVE_DICTIONARIES "CurrentActiveDictionaries"
#define UPN_LAST_ACTIVE_DICTIONARIES "LastActiveDictionaries"
+#define UPN_IS_GRAMMAR_AUTO "IsAutoGrammarCheck"
+#define UPN_IS_GRAMMAR_INTERACTIVE "IsInteractiveGrammarCheck"
+
// uno property handles
#define UPH_IS_GERMAN_PRE_REFORM 0
#define UPH_IS_USE_DICTIONARY_LIST 1
@@ -115,5 +118,7 @@
#define UPH_IS_USE_CHARACTER_VARIANTS 31
#define UPH_IS_TRANSLATE_COMMON_TERMS 32
#define UPH_IS_REVERSE_MAPPING 33
+#define UPH_IS_GRAMMAR_AUTO 34
+#define UPH_IS_GRAMMAR_INTERACTIVE 35
#endif