sw/qa/extras/ooxmlexport/ooxmlexport5.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e4ff5a87609bb85d744c6f7155e2c5e69f5e0e63 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue May 12 17:32:02 2020 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Thu May 14 12:07:24 2020 +0200 Fix typo Change-Id: Icab23e9d5dbd70c15373b3fd228e8563b777af71 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94068 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx index 7f52e3f09e12..183cf5cf3b99 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx @@ -1271,7 +1271,7 @@ DECLARE_OOXMLEXPORT_TEST(testSpacingGroupShapeText, "tdf131775_SpacingGroupShape DECLARE_OOXMLEXPORT_TEST(testTdf112287, "tdf112287.docx") { - // tdf#131775: Check if correct spaceing. + // tdf#131775: Check if correct spacing. xmlDocUniquePtr pXmlDocument = parseExport("word/document.xml"); if (!pXmlDocument) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
