diff options
Diffstat (limited to 'officecfg/registry/schema')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs | 4 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs b/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs index e2591ee34aea..786b0b4a9b09 100644 --- a/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs @@ -67,7 +67,7 @@ <desc>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> </prop> - <prop oor:name="CommandType" oor:type="xs:short"> + <prop oor:name="CommandType" oor:type="xs:int"> <info> <desc>Determines the exact meaning of Command. Valid values are: 0 - Command is a table name 1 - Command is a query name 2 - Command is an SQL command.</desc> </info> @@ -276,7 +276,7 @@ <value/> <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> </prop> - <prop oor:name="CommandType" oor:type="xs:short"> + <prop oor:name="CommandType" oor:type="xs:int"> <info> <desc>Determines the exact meaning of Command. Valid values are: 0 - Command is a table name 1 - Command is a query name 2 - Command is an SQL command.</desc> </info> diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index 1d54ace2d950..fde9c9457dc7 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -254,7 +254,7 @@ <desc>Specifies the name of the database table or query.</desc> </info> </prop> - <prop oor:name="CommandType" oor:type="xs:short"> + <prop oor:name="CommandType" oor:type="xs:int"> <info> <desc>Specifies whether the data comes from a table or a query</desc> </info> @@ -356,7 +356,7 @@ <label>Data table or query name</label> </info> </prop> - <prop oor:name="DataCommandType" oor:type="xs:short" oor:nillable="false"> + <prop oor:name="DataCommandType" oor:type="xs:int" oor:nillable="false"> <info> <desc>CommandType of the data source.</desc> <label>Data CommandType</label> |