sw/qa/extras/ooxmlexport/ooxmlexport10.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit ece3a421c2d577f7aad5b9457c9cd532f1c4a64f Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Apr 6 22:46:49 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Apr 7 09:17:29 2022 +0200 Fix typo Change-Id: I4252e13a679ac84f255c8f9a63d1e7aa8fa270ce Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132649 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport10.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport10.cxx index 9765cc62a24c..b35377cdfc31 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport10.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport10.cxx @@ -1302,7 +1302,7 @@ DECLARE_OOXMLEXPORT_TEST( testTableCellMargin, "table-cell-margin.docx" ) DECLARE_OOXMLEXPORT_TEST(TestPuzzleExport, "TestPuzzleExport.odt") { - // See tdf#148342 fo details + // See tdf#148342 for details // Get the doc uno::Reference< text::XTextDocument > xTextDoc(mxComponent, uno::UNO_QUERY_THROW); auto pSwDoc = dynamic_cast<SwXTextDocument*>(xTextDoc.get()); @@ -1326,7 +1326,7 @@ DECLARE_OOXMLEXPORT_TEST(TestPuzzleExport, "TestPuzzleExport.odt") nCount++; it = it->next; } - // In case of puzzle thre will be so many... Without the fix there was a rectangle with 4 points. + // In case of puzzle there will be so many... Without the fix there was a rectangle with 4 points. CPPUNIT_ASSERT_GREATER(300, nCount); }