summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2022-07-04 21:57:08 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-07-05 07:28:12 +0200
commitb98184bf82eafd6432b269ef14d1420c4242e941 (patch)
tree4ce76053204044f9bc043611b6079cabd1c28c3c /svx
parentf1e15482bcf6bf65dc611e19cbd2ffff479ef141 (diff)
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 <serval2412@yahoo.fr>
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 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;