diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-07-25 10:41:58 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-07-25 10:41:58 +0000 |
commit | 389c40738b57b2b1a0742c39320bcc721af561a8 (patch) | |
tree | 677713bdd70c0a1696cdff62b852e7641603748d /officecfg | |
parent | 62f83d113fcf7adee15abfa8abb5703d379fe704 (diff) |
INTEGRATION: CWS swqbf71 (1.11.184); FILE MERGED
2006/07/19 10:26:25 fme 1.11.184.1: #b6439097# Do not underline the space behind the last character of an expanded portion
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs index 7e9cc1bb1491..2dd59c6a115a 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs @@ -5,9 +5,9 @@ * * $RCSfile: Compatibility.xcs,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2005-09-08 15:12:43 $ + * last change: $Author: rt $ $Date: 2006-07-25 11:41:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -85,7 +85,12 @@ <info><desc>Use OpenOffice.org 1.1 text wrapping</desc></info> <value>false</value> </prop> - <prop oor:name="ConsiderWrappingStyle" oor:type="xs:boolean"><info><desc>Consider wrapping style when positioning objects</desc></info> + <prop oor:name="ConsiderWrappingStyle" oor:type="xs:boolean"> + <info><desc>Consider wrapping style when positioning objects</desc></info> + <value>false</value> + </prop> + <prop oor:name="CutExpandedUnderline" oor:type="xs:boolean"> + <info><desc>Do not underline spacing behind last character of an expanded portion</desc></info> <value>false</value> </prop> </group> |