From 9178e44169330afb1271702e20af319175a87d51 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 21 Dec 2020 18:07:25 +0100 Subject: Fix typo Change-Id: Ia0240b8c601e75564109744bb068b7e156384429 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108121 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sc/qa/unit/subsequent_export-test.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx index 6e776339cb4d..bcfa926c9314 100644 --- a/sc/qa/unit/subsequent_export-test.cxx +++ b/sc/qa/unit/subsequent_export-test.cxx @@ -5636,8 +5636,8 @@ void ScExportTest::testTdf138824_linkToParentDirectory() pXPathFile, m_xSFactory, "xl/externalLinks/_rels/externalLink1.xml.rels"); CPPUNIT_ASSERT(pDoc); - // it should be "../tdf138824_externalSource.ods" but because of an other bug, - // on linux some other directory names may added into the middle + // it should be "../tdf138824_externalSource.ods" but because of another bug, + // on linux some other directory names may be added into the middle OUString aValue = getXPath(pDoc, "/r:Relationships/r:Relationship", "Target"); CPPUNIT_ASSERT_EQUAL(0, static_cast(aValue.indexOf("../"))); CPPUNIT_ASSERT(aValue.indexOf("/tdf138824_externalSource.ods") > 0); -- cgit