summaryrefslogtreecommitdiff
path: root/sw/qa/extras/ooxmlimport
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-07-21 13:44:56 +0200
committerMichael Stahl <mstahl@redhat.com>2017-07-21 15:48:33 +0200
commit0ebd75c5acc24568b0a792a81a3454e81faa5abb (patch)
treef71f7e4f446a20015c625924b75b221190848565 /sw/qa/extras/ooxmlimport
parente87108c5e769749e9ea2923e18250a276ed8a9a4 (diff)
Fix typos
Change-Id: I43f38b4dda6b1999d84d9f9760d0fae4c0358394 Reviewed-on: https://gerrit.libreoffice.org/40277 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/qa/extras/ooxmlimport')
-rw-r--r--sw/qa/extras/ooxmlimport/ooxmlimport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index 384e0e09a053..6d1b831b8ddb 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -1399,7 +1399,7 @@ DECLARE_OOXMLIMPORT_TEST(testTdf109053, "tdf109053.docx")
DECLARE_OOXMLIMPORT_TEST(testTdf108849, "tdf108849.docx")
{
- // sectPr element that is child element of body must be the last child. Hovewer, Word accepts it
+ // sectPr element that is child element of body must be the last child. However, Word accepts it
// in wrong places, and we should do the same (bug-to-bug compatibility) without creating extra sections.
CPPUNIT_ASSERT_EQUAL(2, getParagraphs());
CPPUNIT_ASSERT_EQUAL_MESSAGE("Misplaced body-level sectPr's create extra sections!", 2, getPages());