diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-10 13:51:46 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-10 13:51:46 +0000 |
commit | 6fb8f70f749fda7148edca7936761e1d3b82ef77 (patch) | |
tree | d74f52da57a17a868d4a4b8625dada582cc1f092 /officecfg | |
parent | 6a3d0e6068c25004076a87af22325bcbcf6b6bd0 (diff) |
INTEGRATION: CWS fwk66 (1.13.146); FILE MERGED
2007/07/04 10:52:27 pb 1.13.146.3: fix: #i45491# default of ExpandWordSpace now true
2007/06/30 12:42:38 pb 1.13.146.2: fix: #i45491# DontJustifyLines -> ExpandWordSpace
2007/06/11 07:33:15 pb 1.13.146.1: fix: #i45491# DontJustifyLines added
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs index 63e456d70f18..0f3fa87b4ab8 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs @@ -1,13 +1,13 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="UTF-8"?> <!--*********************************************************************** * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: Compatibility.xcs,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2006-08-11 15:49:52 $ + * last change: $Author: ihi $ $Date: 2007-07-10 14:51:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -85,9 +85,14 @@ <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="ExpandWordSpace" oor:type="xs:boolean"> + <info><desc>Expand word space on lines with manual line breaks in justified paragraphs</desc></info> + <value>true</value> + </prop> </group> </templates> |