sw/qa/core/doc/doc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7fddf33f70b5e496ca7e3936a845d47b9deca027 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Jun 11 19:23:37 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jun 11 22:09:13 2025 +0200 Fix typo Change-Id: I15dee53f1e5e92153cf1637e8707ba6abf94e9e3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186384 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/qa/core/doc/doc.cxx b/sw/qa/core/doc/doc.cxx index dee077dcd7a9..00a16f56768e 100644 --- a/sw/qa/core/doc/doc.cxx +++ b/sw/qa/core/doc/doc.cxx @@ -764,7 +764,7 @@ CPPUNIT_TEST_FIXTURE(SwCoreDocTest, testInsThenDelRejectUndo) pWrtShell->RejectRedline(nRedline); pWrtShell->Undo(); - // Then make sure that the restored redline has 2 redlines datas: delete and insert: + // Then make sure that the restored redline has 2 redlines data: delete and insert: CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(3), rRedlines.size()); CPPUNIT_ASSERT_EQUAL(RedlineType::Insert, rRedlines[0]->GetType()); const SwRedlineData& rRedlineData1 = rRedlines[1]->GetRedlineData(0);