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

New commits:
commit 519d358b5c227610e21f41b28b9400296d66991f
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Sun Jul 3 21:15:23 2022 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Mon Jul 4 12:56:30 2022 +0200

    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 <serval2...@yahoo.fr>
    (cherry picked from commit 83cef8d1098ddb869018d0c5ba39fd9b18aafa4c)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136759
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx
index 309f42fc7816..163b7bd31232 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,

Reply via email to