[Libreoffice-commits] core.git: sw/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Oct 31 22:00:53 UTC 2019
sw/qa/extras/ooxmlexport/ooxmlexport14.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 62d5d041045add9cbc8bafcfd9650df1a3faad61
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Oct 31 22:46:38 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Oct 31 23:00:09 2019 +0100
Fix typo
Change-Id: Id26980c410f512f711f674af72d070e3b074f13b
Reviewed-on: https://gerrit.libreoffice.org/81866
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
index 27317edd1615..ceee45bc9bc1 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
@@ -61,7 +61,7 @@ DECLARE_OOXMLIMPORT_TEST(testTdf125038b, "tdf125038b.docx")
// Without the accompanying fix in place, this test would have failed with:
// - Expected: phone: 1234
// - Actual :
- // i.e. the the first paragraph was empty and the second paragraph had the content.
+ // i.e. the first paragraph was empty and the second paragraph had the content.
CPPUNIT_ASSERT_EQUAL(OUString("phone: 1234"), xParagraph->getString());
CPPUNIT_ASSERT(xParagraphs->hasMoreElements());
xParagraphs->nextElement();
More information about the Libreoffice-commits
mailing list