sw/source/core/txtnode/thints.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit cc09d5db6ed126037bfb476d24d2866c308c62d9 Author: Noel Grandin <noelgran...@gmail.com> AuthorDate: Sat Aug 23 21:04:38 2025 +0200 Commit: Noel Grandin <noelgran...@gmail.com> CommitDate: Sat Aug 23 22:41:38 2025 +0200 tdf#168068 Bold/italic not functioning (2) 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: Iae46edcd39c042a7e78f1d7c46e71c6258af7934 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190108 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/sw/source/core/txtnode/thints.cxx b/sw/source/core/txtnode/thints.cxx index a24711a12363..b4e02d48b7d9 100644 --- a/sw/source/core/txtnode/thints.cxx +++ b/sw/source/core/txtnode/thints.cxx @@ -665,8 +665,6 @@ void SwpHints::BuildPortions( SwTextNode& rNode, SwTextAttr& rNewHint, sal_Int32 nOtherStart = pOther->GetStart(); if (nThisEnd < nOtherStart) break; - if (nThisStart < nOtherStart) - continue; const sal_Int32 nOtherEnd = *pOther->GetEnd(); // Check if start of new attribute overlaps with pOther: