sw/qa/extras/htmlexport/xhtmlexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d6e8b5b6d3eadfdab25890247c11fb2df15c5aba Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Aug 13 09:25:53 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Aug 13 10:53:04 2025 +0200 Fix typo Change-Id: I5dbbe23e4da795966a1c49657b5ef02d52d1f4fa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189476 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/qa/extras/htmlexport/xhtmlexport.cxx b/sw/qa/extras/htmlexport/xhtmlexport.cxx index 58068a6d953f..afde3e63d57b 100644 --- a/sw/qa/extras/htmlexport/xhtmlexport.cxx +++ b/sw/qa/extras/htmlexport/xhtmlexport.cxx @@ -86,7 +86,7 @@ CPPUNIT_TEST_FIXTURE(XHtmlExportTest, testTdf167910) CPPUNIT_ASSERT(para2 != -1); auto para3{ aStream.indexOf("text-decoration:underline overline;", para2) }; CPPUNIT_ASSERT(para3 != -1); - // the paragraph 4 is using commond style not automatic style and these + // the paragraph 4 is using common style not automatic style and these // are exported after all automatic ones... auto para5{ aStream.indexOf("text-decoration:underline;", para3) }; CPPUNIT_ASSERT(para5 != -1);