sw/source/core/doc/DocumentRedlineManager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 866c93e09f24f86ade8d58a6ef4f396376978d2c Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat May 17 15:04:00 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat May 17 17:14:06 2025 +0200 Fix typo Change-Id: If83fc16c8e0b5f8ca4495e3dc50d3a82040c5e02 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185445 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/core/doc/DocumentRedlineManager.cxx b/sw/source/core/doc/DocumentRedlineManager.cxx index b50d07a5b263..7cbb483fb0a1 100644 --- a/sw/source/core/doc/DocumentRedlineManager.cxx +++ b/sw/source/core/doc/DocumentRedlineManager.cxx @@ -997,7 +997,7 @@ namespace return bRet; } - /// Given a redline that has an other underlying redline, drop that underlying redline. + /// Given a redline that has another underlying redline, drop that underlying redline. /// Used to accept an insert or rejecting a delete, i.e. no changes to the text node strings. bool lcl_DeleteInnerRedline(const SwRedlineTable& rArr, const SwRedlineTable::size_type& rPos, int nDepth)