diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-01-04 22:50:06 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-01-04 22:51:52 +0100 |
commit | 54235fbab795f72ba6f50318713d862075edbf17 (patch) | |
tree | 6864fb5399799770a384b56e94b1bf9cf9924675 /sc | |
parent | 9bed7b2a7a43ce73c7e6189722809b607be74805 (diff) |
fix typo
Change-Id: Id17aa3eea4d6ccb956f9c0b1fd97007ef0257955
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/filters-test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx index fac6c0820ea1..0a02a0df213e 100644 --- a/sc/qa/unit/filters-test.cxx +++ b/sc/qa/unit/filters-test.cxx @@ -181,7 +181,7 @@ void ScFiltersTest::testRangeNameODS() { ScDocShellRef xDocSh = loadDoc("named-ranges-global.", FORMAT_ODS); - CPPUNIT_ASSERT_MESSAGE("Failed to load named-ranges-globals.*", xDocSh.Is()); + CPPUNIT_ASSERT_MESSAGE("Failed to load named-ranges-global.*", xDocSh.Is()); xDocSh->DoHardRecalc(true); |