sw/source/core/doc/docbm.cxx | 2 -- 1 file changed, 2 deletions(-) New commits: commit 3514eb75459f4eb3131ae072a04fd3c3d971dfab Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Wed Jun 19 14:38:21 2024 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Tue Jun 25 09:55:01 2024 +0200
Revert "tdf#144208 speedup doc with lots of redline(4)" This reverts commit 5fe53e6b2e951f2f8f834386827bf96610d6acb6. Reason for revert: crashing reveals a SwContentIndexReg::~SwContentIndexReg assert Change-Id: I68554db3e62b7a20f105369eb9b09b7c27dc853d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169135 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> (cherry picked from commit d8ddd3f1c9faa3338703217967bae5c363df0e45) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169490 Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/sw/source/core/doc/docbm.cxx b/sw/source/core/doc/docbm.cxx index aef420965ec7..6f8a091f6741 100644 --- a/sw/source/core/doc/docbm.cxx +++ b/sw/source/core/doc/docbm.cxx @@ -2100,8 +2100,6 @@ void DelBookmarks( pREnd->AssignEndIndex( *pCNd ); } } - if( lcl_Lower( *pREnd, rStt, oStartContentIdx ) ) - break; } }