summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-10-31 22:46:38 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-10-31 23:00:09 +0100
commit62d5d041045add9cbc8bafcfd9650df1a3faad61 (patch)
tree4eb946322905db4986873711ad954a05b43c2502 /sw
parentcec27978b869309dcaf84faf000106fefe0ab166 (diff)
Fix typo
Change-Id: Id26980c410f512f711f674af72d070e3b074f13b Reviewed-on: https://gerrit.libreoffice.org/81866 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport14.cxx2
1 files changed, 1 insertions, 1 deletions
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();