summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-02-15 22:24:58 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-02-16 00:55:18 +0100
commit2bedc40e55fd7b51f948f60ba1d757d2912d3afb (patch)
treee4022376fe1c7742d783fb6801b3426598cd000f /sc
parent715ac8c1b402e33930317a69bbdd61ad88133740 (diff)
this should test ods and not xls
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/filters-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx
index bf1cb7281b48..a7d9b6fa04dc 100644
--- a/sc/qa/unit/filters-test.cxx
+++ b/sc/qa/unit/filters-test.cxx
@@ -298,7 +298,7 @@ ScDocShellRef ScFiltersTest::loadDoc(const rtl::OUString& rName, sal_Int32 nForm
void ScFiltersTest::testRangeNameODS()
{
const rtl::OUString aFileNameBase(RTL_CONSTASCII_USTRINGPARAM("named-ranges-global."));
- ScDocShellRef xDocSh = loadDoc(aFileNameBase, 1);
+ ScDocShellRef xDocSh = loadDoc(aFileNameBase, 0);
CPPUNIT_ASSERT_MESSAGE("Failed to load named-ranges-globals.*", xDocSh.Is());