diff options
Diffstat (limited to 'sc/qa/unit/data/fods/tdf144758-dbdata-no-orientation.fods')
-rw-r--r-- | sc/qa/unit/data/fods/tdf144758-dbdata-no-orientation.fods | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sc/qa/unit/data/fods/tdf144758-dbdata-no-orientation.fods b/sc/qa/unit/data/fods/tdf144758-dbdata-no-orientation.fods new file mode 100644 index 000000000..922fba5ab --- /dev/null +++ b/sc/qa/unit/data/fods/tdf144758-dbdata-no-orientation.fods @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<office:document xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.spreadsheet"> + <office:body> + <office:spreadsheet> + <table:table table:name="Sheet1"> + <table:table-column/> + <table:table-row> + <table:table-cell/> + </table:table-row> + </table:table> + <table:database-ranges> + <table:database-range table:name="__Anonymous_Sheet_DB__0" table:target-range-address="Sheet1.A1:Sheet1.A1" table:contains-header="false"/> + </table:database-ranges> + </office:spreadsheet> + </office:body> +</office:document>
\ No newline at end of file |