diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-05-04 08:13:47 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-05-04 08:13:47 +0000 |
commit | c62d199d26a4d13c83f9f9787255263d60f279bf (patch) | |
tree | 246b3275189124822be03acaa6b7c71f7f0345b7 /officecfg | |
parent | 5d95e1196f39bd78c1af65913626dc8e6aecd6e9 (diff) |
INTEGRATION: CWS tabledefaults (1.42.26); FILE MERGED
2006/04/24 14:13:16 fme 1.42.26.1: #i60422# New defaults for tables
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index 5672c93b6b9f..a0d7053de1e2 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -5,9 +5,9 @@ * * $RCSfile: Writer.xcs,v $ * - * $Revision: 1.43 $ + * $Revision: 1.44 $ * - * last change: $Author: kz $ $Date: 2006-04-27 09:40:20 $ + * last change: $Author: rt $ $Date: 2006-05-04 09:13:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -4069,14 +4069,14 @@ <desc>Specifies if the table has a header.</desc> <label>Header</label> </info> - <value>true</value> + <value>false</value> </prop> <prop oor:name="RepeatHeader" oor:type="xs:boolean"> <info> <desc>Specifies if the header in the new page is adopted when inserting a page break. This option is only available if Header = True.</desc> <label>Repeat header</label> </info> - <value>true</value> + <value>false</value> </prop> <prop oor:name="Split" oor:type="xs:boolean"> <info> @@ -6683,7 +6683,7 @@ <desc>Show the "resource persons" names ? </desc> </info> </prop> - + <prop oor:type="xs:string" oor:name="TemplateName"> <info> <desc>The template's document property "title" </desc> |