diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-10-28 00:00:34 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-10-28 00:00:34 +0200 |
commit | a9730ec265c4aeab6724741d66d17c6b44f307ed (patch) | |
tree | b9253395f6f45a87eff3d17032f6bc4082019707 /sc | |
parent | 67315dcfb0664a35fdd34f86242452bc27df6105 (diff) |
we can now enable the range name test for xlsx too
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/data/xlsx/named-ranges-global.xlsx | bin | 0 -> 5470 bytes | |||
-rw-r--r-- | sc/qa/unit/filters-test.cxx | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/data/xlsx/named-ranges-global.xlsx b/sc/qa/unit/data/xlsx/named-ranges-global.xlsx Binary files differnew file mode 100644 index 000000000000..a1ae8e7b28f3 --- /dev/null +++ b/sc/qa/unit/data/xlsx/named-ranges-global.xlsx diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx index 71a4339ac7c8..059ef174f988 100644 --- a/sc/qa/unit/filters-test.cxx +++ b/sc/qa/unit/filters-test.cxx @@ -299,7 +299,7 @@ void ScFiltersTest::testRangeName() { const rtl::OUString aFileNameBase(RTL_CONSTASCII_USTRINGPARAM("named-ranges-global.")); //XLSX does not work yet - for (sal_uInt32 i = 0; i < 2; ++i) + for (sal_uInt32 i = 0; i < 3; ++i) { rtl::OUString aFileExtension(aFileFormats[i].pName, strlen(aFileFormats[i].pName), RTL_TEXTENCODING_UTF8 ); rtl::OUString aFilterName(aFileFormats[i].pFilterName, strlen(aFileFormats[i].pFilterName), RTL_TEXTENCODING_UTF8) ; |