sw/qa/extras/uiwriter/uiwriter6.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 19223ca3ca6aeb530773af43929bd32fc9211282 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Apr 8 13:32:47 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon Apr 10 12:07:57 2023 +0200 Remove wrong comma Change-Id: Ib099dbae688d1f7d7f0609911bdc0428cd1b918e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150160 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/qa/extras/uiwriter/uiwriter6.cxx b/sw/qa/extras/uiwriter/uiwriter6.cxx index d82e4ce2034a..2e32a099a648 100644 --- a/sw/qa/extras/uiwriter/uiwriter6.cxx +++ b/sw/qa/extras/uiwriter/uiwriter6.cxx @@ -938,7 +938,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest6, testTdf154599_MovingColumn) SwWrtShell* pWrtShell = pDoc->GetDocShell()->GetWrtShell(); CPPUNIT_ASSERT(pWrtShell); - // Create a table with less columns, than row + // Create a table with less columns than row SwInsertTableOptions TableOpt(SwInsertTableFlags::DefaultBorder, 0); (void)&pWrtShell->InsertTable(TableOpt, 4, 3);