sw/source/core/crsr/swcrsr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3c93380e00378b36c20478dba2bae28d446abc1b Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Feb 9 13:40:07 2026 +0100 Commit: Andrea Gelmini <[email protected]> CommitDate: Tue Feb 10 12:30:29 2026 +0100 Fix typo Change-Id: Ib4b387b5c699dac21bde8a9069eb320e36583e86 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198981 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <[email protected]> Reviewed-by: Simon Chenery <[email protected]> diff --git a/sw/source/core/crsr/swcrsr.cxx b/sw/source/core/crsr/swcrsr.cxx index feaf62bf0e12..9059346984a9 100644 --- a/sw/source/core/crsr/swcrsr.cxx +++ b/sw/source/core/crsr/swcrsr.cxx @@ -856,7 +856,7 @@ static sal_Int32 lcl_FindSelection( SwFindParas& rParas, SwCursor* pCurrentCurso } } - // tdf#131431 move pCurrentCursor if it hasn't moved to avoid an infinte loop + // tdf#131431 move pCurrentCursor if it hasn't moved to avoid an infinite loop if( bSrchBkwrd && *pEndPos == *pCurrentCursor->Start() ) { (*fnMove.fnPos)( pCurrentCursor->GetMark(), false );
