diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-11-16 08:17:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-11-16 08:17:02 +0000 |
commit | 9e797fb4e38bbd9f7b8563904c5c7b9b1b3791e9 (patch) | |
tree | 5049f5834d41d5d74b29be5bb95fc30015afdbc5 /officecfg | |
parent | ddbee9c9452093c8cda4f609731e5f3a9d46f554 (diff) |
INTEGRATION: CWS thaiissues (1.108.12); FILE MERGED
2005/09/28 07:30:08 os 1.108.12.1: #i48117# 'CTLSequenceCheckingTypeAndReplace' added
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 54f18ae819a1..424b321495f8 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5,9 +5,9 @@ * * $RCSfile: Common.xcs,v $ * - * $Revision: 1.109 $ + * $Revision: 1.110 $ * - * last change: $Author: rt $ $Date: 2005-11-11 11:42:44 $ + * last change: $Author: obo $ $Date: 2005-11-16 09:17:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -5553,7 +5553,14 @@ Dymamic border coloring means that when the mouse is hovered over a control, and </info> <value>false</value> </prop> - <prop oor:name="CTLCursorMovement" oor:type="xs:int"> + <prop oor:name="CTLSequenceCheckingTypeAndReplace" oor:type="xs:boolean"> + <!-- UIHints: setup --> + <info> + <desc>Specifies whether CTL input sequences are corrected while typing. Is only effective when CTLSequenceChecking is true.</desc> + </info> + <value>false</value> + </prop> + <prop oor:name="CTLCursorMovement" oor:type="xs:int"> <!-- UIHints: options--> <info> <desc>Specifies the type of text cursor movement (logical (0) or visual (1)) within mixed text (RTL and LTR).</desc> |