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

New commits:
commit c03e08a67af1f6c46ad3b700f43b086bbac6a393
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Mon Jul 4 21:57:08 2022 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Tue Jul 5 12:32:54 2022 +0200

    tdf#117646: Clone Formatting not working for connector lines
    
    Change-Id: Idf62afeae3fa32708673a6b68da2d9e0ccbd5249
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136815
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    (cherry picked from commit b98184bf82eafd6432b269ef14d1420c4242e941)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136764
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx
index 163b7bd31232..c1c248b218e7 100644
--- a/svx/source/svdraw/svdedxv.cxx
+++ b/svx/source/svdraw/svdedxv.cxx
@@ -2631,9 +2631,9 @@ bool SdrObjEditView::SupportsFormatPaintbrush(SdrInventor 
nObjectInventor,
         case SdrObjKind::OLE2:
         case SdrObjKind::Table:
             return true;
-        case SdrObjKind::Edge:
         case SdrObjKind::Caption:
             return false;
+        case SdrObjKind::Edge:
         case SdrObjKind::PathPoly:
         case SdrObjKind::PathPolyLine:
             return true;

Reply via email to