diff options
-rw-r--r-- | sc/qa/unit/uicalc/uicalc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/uicalc/uicalc.cxx b/sc/qa/unit/uicalc/uicalc.cxx index bfba6bd235e1..fae0b389584e 100644 --- a/sc/qa/unit/uicalc/uicalc.cxx +++ b/sc/qa/unit/uicalc/uicalc.cxx @@ -1914,7 +1914,7 @@ CPPUNIT_TEST_FIXTURE(ScUiCalcTest, testTdf153790) goToCell("A3"); dispatchCommand(mxComponent, ".uno:Paste", {}); - // Without the fix in place, this test would have failed wiht + // Without the fix in place, this test would have failed with // - Expected: =SUM($Sheet1.B1:C1) // - Actual : =SUM($Sheet1.B1:$Sheet1.C1) CPPUNIT_ASSERT_EQUAL(OUString("=SUM($Sheet1.B1:C1)"), pDoc->GetFormula(0, 2, 0)); |