sw/source/core/txtnode/thints.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit b38c44ee5a08bd4d3ea2e69a3a01fca63880e221 Author: Noel Grandin <noelgran...@gmail.com> AuthorDate: Sat Aug 23 17:45:23 2025 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Sun Aug 24 21:10:43 2025 +0200 tdf#168068 Bold/italic not functioning regression from commit 6e16e1812292236ed61b637371f70459cf993b7f Author: Noel Grandin <noelgran...@gmail.com> Date: Mon Apr 7 20:14:46 2025 +0200 tdf#64991 exit some loops early Change-Id: I9167708bb8e6d3477b711f0ce773b0f9594e91c4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190102 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> (cherry picked from commit 864bd25ae13c07037a818f51889cd7c578af850f) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190139 Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/sw/source/core/txtnode/thints.cxx b/sw/source/core/txtnode/thints.cxx index d806b2737e47..d25c9587d100 100644 --- a/sw/source/core/txtnode/thints.cxx +++ b/sw/source/core/txtnode/thints.cxx @@ -740,8 +740,6 @@ void SwpHints::BuildPortions( SwTextNode& rNode, SwTextAttr& rNewHint, const sal_Int32 nOtherStart = pOther->GetStart(); if (nThisEnd < nOtherStart) break; - if (nThisStart < nOtherStart) - continue; const sal_Int32 nOtherEnd = *pOther->End(); if (nThisStart <= nOtherStart && nOtherStart <= nThisEnd)