diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-04-21 17:17:59 +0200 |
---|---|---|
committer | Xisco Faulí <xiscofauli@libreoffice.org> | 2020-04-27 20:31:22 +0200 |
commit | 44ede0e8a76562ea3f9d2612472b7a2cac14a37e (patch) | |
tree | 305bb7e8cf9ff436abd13fa2037c2345dd4c24bb | |
parent | 6dfb8f480e7ff8fdc30e83143edfe5bf6a5e442b (diff) |
Fix typo
Change-Id: I90152d94067c6ba0daa473fa069dddbc0988e306
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92644
Tested-by: Jenkins
Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
-rw-r--r-- | sw/qa/extras/ooxmlexport/ooxmlexport5.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx index 8f800ef1a17d..534eb7f34f0f 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx @@ -1243,9 +1243,9 @@ DECLARE_OOXMLEXPORT_TEST(testNonBMPChar, "nonbmpchar.docx") CPPUNIT_ASSERT_EQUAL(aExpected, xTextRange1->getString()); } -DECLARE_OOXMLEXPORT_TEST(testSpaceingGroupShapeText, "tdf131775_SpacingGroupShapeText.docx") +DECLARE_OOXMLEXPORT_TEST(testSpacingGroupShapeText, "tdf131775_SpacingGroupShapeText.docx") { - // tdf#131775: Check if correct spaceing. + // tdf#131775: Check if correct spacing. xmlDocPtr pXmlDocument = parseExport("word/document.xml"); if (!pXmlDocument) |