summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAttila Szűcs <szucs.attila3@nisz.hu>2020-10-19 18:32:30 +0200
committerLászló Németh <nemeth@numbertext.org>2020-10-26 16:32:51 +0100
commit9ebb2b0f61d36f92093c322a5c1379b04b57bd11 (patch)
tree8a221ceb86c78e410c7df3939c104d6f17aa8fa6
parent66c316cd4a703b4bc2e569b14888ea9e0d2ca9c9 (diff)
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 <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
-rw-r--r--sc/qa/unit/subsequent_export-test.cxx4
1 files changed, 2 insertions, 2 deletions
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++)