sc/qa/unit/subsequent_export-test.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9ebb2b0f61d36f92093c322a5c1379b04b57bd11
Author:     Attila Szűcs <szucs.atti...@nisz.hu>
AuthorDate: Mon Oct 19 18:32:30 2020 +0200
Commit:     László Németh <nem...@numbertext.org>
CommitDate: Mon Oct 26 16:32:51 2020 +0100

    Clean-up of commit: 0d193c12a673fade8ece9d84cc4024fafdf52c9b
    
    https://gerrit.libreoffice.org/c/core/+/104049
    
    Change-Id: I9c7fd094f0301a81e8c86e10e62f4f619d6ec2f8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104533
    Tested-by: László Németh <nem...@numbertext.org>
    Reviewed-by: László Németh <nem...@numbertext.org>

diff --git a/sc/qa/unit/subsequent_export-test.cxx 
b/sc/qa/unit/subsequent_export-test.cxx
index 62ebac829bb6..08ef8c7fcdb0 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -5513,11 +5513,11 @@ void ScExportTest::testTdf76047_externalLink()
     CPPUNIT_ASSERT(pShell.is());
 
     // load data from external links. (tdf76047_externalLinkSource.ods)
-    // that file have to be the same directory as tdf76047_externalLink.xlsx
+    // that file has to be in the same directory as tdf76047_externalLink.xlsx
     pShell->ReloadAllLinks();
     ScDocument& rDoc = pShell->GetDocument();
 
-    // compare the loaded data (from external links) to the data copied 
manually to the testfile
+    // compare the data loaded from external links with the expected result 
stored in the test file
     for (int nCol = 1; nCol <= 5; nCol++)
     {
         for (int nRow = 3; nRow <= 5; nRow++)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to