tdf#149822: Clone Formatting does not apply glow effects
and since we're here, let's add too the soft edge radius.
Change-Id: I84f84c0f57b0cf59f6e681ada7682b152eb209f2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136787
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
(cherry picked from commit 83cef8d1098ddb869018d0c5ba39fd9b18aafa4c)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136759
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx
index 309f42f..163b7bd 100644
--- a/svx/source/svdraw/svdedxv.cxx
+++ b/svx/source/svdraw/svdedxv.cxx
@@ -2656,7 +2656,8 @@ static const WhichRangesContainer& GetFormatRangeImpl(bool bTextOnly)
SDRATTR_SHADOW_FIRST, SDRATTR_SHADOW_LAST, SDRATTR_MISC_FIRST,
SDRATTR_MISC_LAST, // table cell formats
SDRATTR_GRAF_FIRST, SDRATTR_GRAF_LAST, SDRATTR_TABLE_FIRST, SDRATTR_TABLE_LAST,
EE_PARA_START, EE_PARA_END, EE_CHAR_START, EE_CHAR_END>);
SDRATTR_GLOW_FIRST, SDRATTR_GLOW_LAST, SDRATTR_SOFTEDGE_FIRST,
SDRATTR_SOFTEDGE_LAST, EE_PARA_START, EE_PARA_END, EE_CHAR_START, EE_CHAR_END>);
static const WhichRangesContainer gTextOnly(
svl::Items<SDRATTR_MISC_FIRST, SDRATTR_MISC_LAST, EE_PARA_START, EE_PARA_END, EE_CHAR_START,