summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2022-07-03 17:30:02 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2022-07-04 01:49:30 +0200
commit3788d8be31764a3f44dc662f2d6e040a2a24510e (patch)
tree4294960ae0a4f27663065e819a06c5640c60d155 /svx
parent9e34b51f347a00257a50e7526bb7e3437f7f3b1a (diff)
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 <serval2412@yahoo.fr> (cherry picked from commit 7b49b3ebc17378566942e7b263e0e5f2b400dbd1) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136758 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdedxv.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx
index f046fb185057..cac845ae46ae 100644
--- a/svx/source/svdraw/svdedxv.cxx
+++ b/svx/source/svdraw/svdedxv.cxx
@@ -2711,7 +2711,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);