summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-09-24 08:21:45 +0000
committerOcke Janssen <oj@openoffice.org>2002-09-24 08:21:45 +0000
commit064182d89751d1bbfafe9354fbcfc096321a51ec (patch)
tree70ad7c341932a41d7385b9e67bc2e3a5173150f7 /officecfg
parent9f0cc301af20b1cfbd2d8ee185c4b5420e2fb8f8 (diff)
#103049# change type ControlDefault from string to any
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs7
1 files changed, 3 insertions, 4 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs b/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
index 862649320d2e..71d1d191ecd5 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.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: os $ $Date: 2002-08-14 15:21:25 $
+ * last change: $Author: oj $ $Date: 2002-09-24 09:21:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -194,8 +194,7 @@
<desc xml:lang="en-US">Describes an optional help text which can be used by UI components when representing this column.</desc>
</info>
</prop>
- <prop oor:name="ControlDefault" oor:type="xs:string">
- <value xsi:nil="true"/>
+ <prop oor:name="ControlDefault" oor:type="oor:any">
<info>
<desc xml:lang="en-US">Describes the default value which should be displayed by a control when moving to a new row.</desc>
</info>