diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-04-06 22:46:49 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-04-07 09:17:29 +0200 |
commit | ece3a421c2d577f7aad5b9457c9cd532f1c4a64f (patch) | |
tree | 5ca7678dfe8abb6d2576904161fbcbfdba871023 | |
parent | f5db3b12ae1cd3bfe6ee5d260aec9532cc65f2dc (diff) |
Fix typo
Change-Id: I4252e13a679ac84f255c8f9a63d1e7aa8fa270ce
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132649
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sw/qa/extras/ooxmlexport/ooxmlexport10.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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); } |