diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-03-23 10:32:35 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-03-23 10:32:35 +0000 |
commit | 6db9fb6d2c49484d9f8beac2713a0086620d60fa (patch) | |
tree | 521268001184082ee392a95deb93793b1010cff4 /officecfg | |
parent | 7cf041ec64924c03d616e0cef25c44e50f58816b (diff) |
INTEGRATION: CWS swformatcells (1.2.54); FILE MERGED
2004/02/27 11:00:42 pb 1.2.54.1: fix: #i25030# add property AddTableSpacing
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs index 37843b5069b5..87582f291b24 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs @@ -3,9 +3,9 @@ * * $RCSfile: Compatibility.xcs,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2004-02-26 17:06:58 $ + * last change: $Author: kz $ $Date: 2004-03-23 11:32:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,6 +91,9 @@ <prop oor:name="UseLineSpacing" oor:type="xs:boolean"><info><desc xml:lang="en-US">Use OpenOffice.org 1.1 line spacing</desc></info> <value>false</value> </prop> + <prop oor:name="AddTableSpacing" oor:type="xs:boolean"><info><desc xml:lang="en-US">Add paragraph and table spacing at the bottom of table cells</desc></info> + <value>false</value> + </prop> </group> </templates> |