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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Dec 4 12:44:21 UTC 2020


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

New commits:
commit f3cd444134e7b96eb5e462150b972df5aefcc1b1
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Dec 4 00:15:39 2020 +0100
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Fri Dec 4 13:43:33 2020 +0100

    Fix typo
    
    Change-Id: Ic47ae69728feeec6e91a478ebcbbde7b77cb9544
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107182
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx
index e2f783c30bfc..c02f4a08aa3d 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -5571,7 +5571,7 @@ void ScExportTest::testTdf87973_externalLinkSkipUnuseds()
     ScDocShellRef pDocSh = saveAndReload(&(*pShell), FORMAT_XLSX);
     CPPUNIT_ASSERT(pDocSh.is());
 
-    // check if the the new filename is present in the link (and not replaced by '[2]')
+    // check if the new filename is present in the link (and not replaced by '[2]')
     ScDocument& rDoc2 = pDocSh->GetDocument();
     rDoc2.GetFormula(3, 1, 0, bFormula);
     CPPUNIT_ASSERT(bFormula.indexOf("tdf132105_external.ods") < 0);


More information about the Libreoffice-commits mailing list