summaryrefslogtreecommitdiff
path: root/svx/Library_svxcore.mk
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@cib.de>2018-10-22 10:33:03 +0200
committerArmin Le Grand <Armin.Le.Grand@cib.de>2018-10-24 15:45:36 +0200
commit9328368c45f0e8763de2de31343ce5a72dbc1b05 (patch)
tree56d3b04f304bbb3eb517ba9f749d086d7d2f34fd /svx/Library_svxcore.mk
parent86192438d16ec160d6b59d08735e770ee05ac113 (diff)
Reorganize FrameBorderPrimitive creation
Step1: Basic concept, move stuff to svx and new SdrFrameBorderPrimitive2D Step2: Adapt all creators/usages to use SdrFrameBorderData/SdrFrameBorderPrimitive2D, check functionality Step3: Re-implement mergre of BorderLinePrimitive2D during decomposition of SdrFrameBorderPrimitive2D to keep the number of primitives low from the start, make merge optional (not urgently needed) Step4: Migrate and isolate all helper methods and classes involved in geometry creation of border lines to the implementation (.cxx) of the new primitive Change-Id: I840b6765439bd995f2c57ef36315427b1f0f3e21 Reviewed-on: https://gerrit.libreoffice.org/62247 Tested-by: Jenkins Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
Diffstat (limited to 'svx/Library_svxcore.mk')
-rw-r--r--svx/Library_svxcore.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index 84ec127c76b3..b00bf5e038bd 100644
--- a/svx/Library_svxcore.mk
+++ b/svx/Library_svxcore.mk
@@ -250,6 +250,7 @@ $(eval $(call gb_Library_add_exception_objects,svxcore,\
svx/source/sdr/primitive2d/sdrcaptionprimitive2d \
svx/source/sdr/primitive2d/sdrconnectorprimitive2d \
svx/source/sdr/primitive2d/sdrmeasureprimitive2d \
+ svx/source/sdr/primitive2d/sdrframeborderprimitive2d \
svx/source/sdr/primitive2d/sdrattributecreator \
svx/source/sdr/primitive2d/sdrdecompositiontools \
svx/source/sdr/primitive3d/sdrattributecreator3d \