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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Mar 17 19:00:21 UTC 2021


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

New commits:
commit 840b05f519a3cbc35842b0af7825e516771ce44d
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Mar 16 21:55:40 2021 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Mar 17 19:59:33 2021 +0100

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

diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index 7dd6fee558be..09d0f6df601a 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -5219,7 +5219,7 @@ void ScFiltersTest::testTdf112780()
 
     ScDocument& rDoc = xDocSh->GetDocument();
 
-    // Without the fix in place, this test would haved failed with
+    // Without the fix in place, this test would have failed with
     // - Expected:
     // - Actual  : #VALUE!
     CPPUNIT_ASSERT_EQUAL(OUString(""), rDoc.GetString(ScAddress(3,5,0)));


More information about the Libreoffice-commits mailing list