diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-06-19 14:38:21 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-06-25 09:55:01 +0200 |
commit | 3514eb75459f4eb3131ae072a04fd3c3d971dfab (patch) | |
tree | 8f8de7a756145b1078f18f2a1f61e2767a8994fd /sw | |
parent | 3bf923428f75506e16a99805c00c1cc8eff28f40 (diff) |
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.grandin@collabora.co.uk>
(cherry picked from commit d8ddd3f1c9faa3338703217967bae5c363df0e45)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169490
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/doc/docbm.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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; } } |