summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
diff options
context:
space:
mode:
authorJörg Barfurth <jb@openoffice.org>2002-11-20 16:03:40 +0000
committerJörg Barfurth <jb@openoffice.org>2002-11-20 16:03:40 +0000
commit481786e71c42a57c16c618709c3eea009f7ebeb2 (patch)
tree6d3befc01c8937cc9fd086635b1cc533d89f9889 /officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
parentf41826be2fe3a13b8177741519fef44a0725cfe1 (diff)
#104663# Add empty <value/> tags for empty string properties.
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs15
1 files changed, 11 insertions, 4 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs b/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
index 9fb42e804719..7663845eac1e 100644
--- a/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: DataAccess.xcs,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: tpf $ $Date: 2002-10-25 17:16:38 $
+ * last change: $Author: jb $ $Date: 2002-11-20 17:03:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -869,11 +869,13 @@
<info>
<desc xml:lang="en-US">Specifies the name of the registered data source.</desc>
</info>
+ <value/> <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
</prop>
<prop oor:name="Command" oor:type="xs:string">
<info>
<desc xml:lang="en-US">Specifies the command to execute on the data source to retrieve the result set. This may be an SQL command or a table name or a query name.</desc>
</info>
+ <value/> <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
</prop>
<prop oor:name="CommandType" oor:type="xs:short">
<info>
@@ -898,8 +900,12 @@
</info>
<prop oor:name="BeamerHeight" oor:type="xs:int"/>
<prop oor:name="ViewHeight" oor:type="xs:int"/>
- <prop oor:name="QueryText" oor:type="xs:string"/>
- <prop oor:name="QueryField" oor:type="xs:string"/>
+ <prop oor:name="QueryText" oor:type="xs:string">
+ <value/> <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="QueryField" oor:type="xs:string">
+ <value/> <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
<prop oor:name="ShowColumnAssignmentWarning" oor:type="xs:boolean">
<info>
<desc xml:lang="en-US">Determines whether a non-assigned column results in a warning box.</desc>
@@ -939,6 +945,7 @@
<info>
<desc xml:lang="en-US">Specifies the mozilla profilename.</desc>
</info>
+ <value/> <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
</prop>
</group>
<group oor:name="ColumnAliases">