summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/linguistic2/LinguProperties.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-11-01 13:42:09 +0000
committerMichael Hönnig <mi@openoffice.org>2001-11-01 13:42:09 +0000
commit410f8a4e96ac3bd132a65d2c8c5e26b0a32552fc (patch)
treea2a6492218b8e175862fb6ab7d41db3cad756e06 /offapi/com/sun/star/linguistic2/LinguProperties.idl
parent0d6febc8463eca2bd58d43068ef2f525db4b132a (diff)
proofreading and corrections from Richard Holt
Diffstat (limited to 'offapi/com/sun/star/linguistic2/LinguProperties.idl')
-rw-r--r--offapi/com/sun/star/linguistic2/LinguProperties.idl19
1 files changed, 9 insertions, 10 deletions
diff --git a/offapi/com/sun/star/linguistic2/LinguProperties.idl b/offapi/com/sun/star/linguistic2/LinguProperties.idl
index a0068f49c..6709e8710 100644
--- a/offapi/com/sun/star/linguistic2/LinguProperties.idl
+++ b/offapi/com/sun/star/linguistic2/LinguProperties.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: LinguProperties.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: tl $ $Date: 2001-07-23 13:22:20 $
+ * last change: $Author: mi $ $Date: 2001-11-01 14:42:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,10 +95,9 @@ service LinguProperties
/** defines whether new German spelling rules should be used for German
text or not when doing spellchecking or hyphenation, or using the
thesaurus.
-
- <!-- Dennis: Should there be a specific reference to German? -->
- <!-- Thomas: I don't think so... -->
- */
+
+ @deprecated
+ */
[property] boolean IsGermanPreReform;
//-------------------------------------------------------------------------
@@ -108,8 +107,8 @@ service LinguProperties
[property] boolean IsUseDictionaryList;
//-------------------------------------------------------------------------
- /** defines if control characters should be ignored by the linguistic
- (i.e. spellchecker, hyphenator and thesaurus) or not.
+ /** defines if control characters should be ignored or not, by the linguistic
+ (i.e., spellchecker, hyphenator and thesaurus).
*/
[property] boolean IsIgnoreControlCharacters;
@@ -154,8 +153,8 @@ service LinguProperties
//-------------------------------------------------------------------------
/** defines whether interactive hyphenation should be performed without
- requiring the user to select every hyphenation position after the user has
- triggered the hyphenation.
+ requiring the user to select every hyphenation position after the user
+ has triggered the hyphenation.
*/
[property] boolean IsHyphAuto;