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

New commits:
commit f3cd444134e7b96eb5e462150b972df5aefcc1b1
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Dec 4 00:15:39 2020 +0100
Commit:     Adolfo Jayme Barrientos <fit...@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 <fit...@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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to