diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-03-28 18:37:11 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2021-03-29 05:55:55 +0200 |
commit | bb79264cda2f182b71ccdfa9334896b594b2eb67 (patch) | |
tree | ab46996ea5bfe435af3520a2a47b102d560502c7 /sc/qa | |
parent | 387505095b484d4a6c47da5ab1b8474b450f0e9f (diff) |
Fix typo
Change-Id: I0b4fed7c631f0d2a3d988bc92f39986601c7e4b6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113258
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'sc/qa')
-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 b0281d66cf62..818361ec9d83 100644 --- a/sc/qa/unit/uicalc/uicalc.cxx +++ b/sc/qa/unit/uicalc/uicalc.cxx @@ -1105,7 +1105,7 @@ CPPUNIT_TEST_FIXTURE(ScUiCalcTest, testTdf112735) dispatchCommand(mxComponent, ".uno:RecalcPivotTable", {}); - // Without the fix in place, this test would haved failed with + // Without the fix in place, this test would have failed with // - Expected: (empty) // - Actual : CPPUNIT_ASSERT_EQUAL(OUString("(empty)"), pDoc->GetString(ScAddress(1, 0, 0))); |