diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-12-21 18:07:25 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-12-22 10:26:47 +0100 |
commit | 9178e44169330afb1271702e20af319175a87d51 (patch) | |
tree | 2f81de09ed38c393b1e44df099c45d7bffb690c6 | |
parent | b218b29b8a9e6cd283b51755496cf4ac70afe56d (diff) |
Fix typo
Change-Id: Ia0240b8c601e75564109744bb068b7e156384429
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108121
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sc/qa/unit/subsequent_export-test.cxx | 4 |
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 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<int>(aValue.indexOf("../"))); CPPUNIT_ASSERT(aValue.indexOf("/tdf138824_externalSource.ods") > 0); |