sw/source/core/txtnode/thints.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 87adf182c7d66d9c18ca3d6e94f4c8592ad77301
Author:     Noel Grandin <noelgran...@gmail.com>
AuthorDate: Sat Aug 23 21:04:38 2025 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Sun Aug 24 22:04:06 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>
    (cherry picked from commit cc09d5db6ed126037bfb476d24d2866c308c62d9)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190140
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/sw/source/core/txtnode/thints.cxx 
b/sw/source/core/txtnode/thints.cxx
index d25c9587d100..5d5504132196 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:

Reply via email to