diff options
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/perf/scperfobj.cxx | 2 | ||||
-rw-r--r-- | sc/qa/unit/ucalc_formula.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/perf/scperfobj.cxx b/sc/qa/perf/scperfobj.cxx index a5adfd0070b3..a026878206b4 100644 --- a/sc/qa/perf/scperfobj.cxx +++ b/sc/qa/perf/scperfobj.cxx @@ -322,7 +322,7 @@ void ScPerfObj::testSheetNamedRanges() // test removeByName OUString maNameToRemove("namedRange_4999"); bool bHasIt = xNamedRanges->hasByName(maNameToRemove); - CPPUNIT_ASSERT_MESSAGE("NamedRange initial1 des not exits, can't remove it", bHasIt); + CPPUNIT_ASSERT_MESSAGE("NamedRange initial1 does not exist, can't remove it", bHasIt); if (bHasIt) { diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx index d9c09eaa6a58..81e567fde3bb 100644 --- a/sc/qa/unit/ucalc_formula.cxx +++ b/sc/qa/unit/ucalc_formula.cxx @@ -7897,7 +7897,7 @@ void Test::testIntersectionOpExcel() m_pDoc->SetGrammar(FormulaGrammar::GRAM_ENGLISH_XL_A1); - // Choose formular positions that don't intersect with those data ranges. + // Choose formula positions that don't intersect with those data ranges. ScAddress aPos(0,3,0); m_pDoc->SetString(aPos,"=B2:D2 C1:C3"); CPPUNIT_ASSERT_EQUAL_MESSAGE("A4 intersecting references failed", 1.0, m_pDoc->GetValue(aPos)); |