[Libreoffice-commits] core.git: sc/qa

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Mar 29 03:56:46 UTC 2021


 sc/qa/unit/uicalc/uicalc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bb79264cda2f182b71ccdfa9334896b594b2eb67
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Mar 28 18:37:11 2021 +0200
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Mon Mar 29 05:55:55 2021 +0200

    Fix typo
    
    Change-Id: I0b4fed7c631f0d2a3d988bc92f39986601c7e4b6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113258
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Jenkins

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)));


More information about the Libreoffice-commits mailing list