diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-04-04 11:39:25 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-04-04 11:39:25 +0000 |
commit | b347e61b9d0b95fc9de600ac91ef0c3c46d02594 (patch) | |
tree | 83ac02c8f068453ed8885bfb9bbfeefae0f019f4 | |
parent | e10e63f2f601f634fc63e566970e22c62e32e26d (diff) |
INTEGRATION: CWS tl10 (1.19.142); FILE MERGED
2005/03/18 12:31:13 tl 1.19.142.1: #i43873# new property DataFilesChangedCheckValue added
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs index 41bba4d512da..07e0163b558a 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs @@ -3,9 +3,9 @@ * * $RCSfile: Linguistic.xcs,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: hr $ $Date: 2004-11-26 23:02:50 $ + * last change: $Author: hr $ $Date: 2005-04-04 12:39:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -424,7 +424,15 @@ <info> <desc>Contains settings for the service manager that are used to access/configure the usage of the various linguistic service implementations.</desc> </info> - <group oor:name="SpellCheckerList" oor:extensible="true"> + <prop oor:name="DataFilesChangedCheckValue" oor:type="xs:int"> + <info> + <author>TL</author> + <desc>Value used to check if the data files of the linguistic have changed and thus the configuration needs to be updated.</desc> + <label>Data files changed check value</label> + </info> + <value>-1</value> + </prop> + <group oor:name="SpellCheckerList" oor:extensible="true"> <info> <desc>Contains a list of languages and spell-checking-service entries. Only languages listed will be supported.</desc> </info> |