svx/source/svdraw/svdedxv.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit d2dfc0c4286057f5d8dda178817de3503c3a7d29 Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Sun Jul 3 21:15:23 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Jul 3 22:26:15 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 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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,