summaryrefslogtreecommitdiff
path: root/svx/Library_svxcore.mk
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <dave@treblig.org>2023-06-30 23:41:15 +0100
committerCaolán McNamara <caolan.mcnamara@collabora.com>2023-07-03 21:33:44 +0200
commit32fd602d3918be032d79322f76021c6ebc27ccba (patch)
tree3840bc06178f776060abd0226de4faec0766ad5f /svx/Library_svxcore.mk
parent82a8ba2815006852cfdb5b945db2f3920e8c4102 (diff)
tdf#155630 Move sc's SetLineEnds into svx
SetLineEnds is duped in sc,sd and sw. Swing SetLineEnds into svx where we'll share it. Note: a) We also move it's helper function getPolygon b) sc, sd and sw use different values for the magic nWidth value so parameterise Change-Id: I6011b41d9db7b7fab364038227e1866fb9d64b02 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153826 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'svx/Library_svxcore.mk')
-rw-r--r--svx/Library_svxcore.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index ed2298e526c4..bdff68a6a4b1 100644
--- a/svx/Library_svxcore.mk
+++ b/svx/Library_svxcore.mk
@@ -329,8 +329,9 @@ $(eval $(call gb_Library_add_exception_objects,svxcore,\
svx/source/sdr/properties/connectorproperties \
svx/source/sdr/properties/e3dcompoundproperties \
svx/source/sdr/properties/oleproperties \
- svx/source/svdraw/clonelist \
svx/source/svdraw/charthelper \
+ svx/source/svdraw/constructhelper \
+ svx/source/svdraw/clonelist \
svx/source/svdraw/gradtrns \
svx/source/svdraw/polypolygoneditor \
svx/source/svdraw/presetooxhandleadjustmentrelations \