svx/source/svdraw/svdedxv.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c957471bc57a89ec71f1a91838646e664a7dc6f1
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Sun Jul 3 17:30:02 2022 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Mon Jul 4 01:48:59 2022 +0200

    tdf#130252: Impress: Clone formatting not cloning highlight color
    
    See https://bugs.documentfoundation.org/show_bug.cgi?id=130252#c5 for full 
analysis
    
    Change-Id: Ie87663c716a6ed31f753e0db5519436f6947aad4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136785
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    (cherry picked from commit 7b49b3ebc17378566942e7b263e0e5f2b400dbd1)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136757
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx
index a92651abd785..309f42fc7816 100644
--- a/svx/source/svdraw/svdedxv.cxx
+++ b/svx/source/svdraw/svdedxv.cxx
@@ -2715,7 +2715,7 @@ static SfxItemSet CreatePaintSet(const 
WhichRangesContainer& pRanges, SfxItemPoo
         if (bNoParagraphFormats && (nWhich == EE_PARA_START))
             continue;
 
-        for (; nWhich < nLastWhich; nWhich++)
+        for (; nWhich <= nLastWhich; nWhich++)
         {
             const SfxPoolItem* pSourceItem = rSourceSet.GetItem(nWhich);
             const SfxPoolItem* pTargetItem = rTargetSet.GetItem(nWhich);

Reply via email to