summaryrefslogtreecommitdiff
path: root/chart2/Library_chartcore.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-10-05 00:57:25 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-11-19 13:47:33 +0100
commit5c0a5503b692fa29b167e1b9a317fc77ef1baaf0 (patch)
tree7340abe4534e38801fd5b2a46fd196bea6caaad0 /chart2/Library_chartcore.mk
parente8af05851ab0abf0837feffea58987c4721afb5b (diff)
create an AbstractFactory and add a DummyShapeFactory for testing
Diffstat (limited to 'chart2/Library_chartcore.mk')
-rw-r--r--chart2/Library_chartcore.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/chart2/Library_chartcore.mk b/chart2/Library_chartcore.mk
index c54e441fa89c..8e6d796e4706 100644
--- a/chart2/Library_chartcore.mk
+++ b/chart2/Library_chartcore.mk
@@ -91,6 +91,8 @@ $(eval $(call gb_Library_add_exception_objects,chartcore,\
chart2/source/view/main/Clipping \
chart2/source/view/main/DataPointSymbolSupplier \
chart2/source/view/main/DrawModelWrapper \
+ chart2/source/view/main/DummyShapeFactory \
+ chart2/source/view/main/DummyXShape \
chart2/source/view/main/LabelPositionHelper \
chart2/source/view/main/Linear3DTransformation \
chart2/source/view/main/PlotterBase \
@@ -99,6 +101,7 @@ $(eval $(call gb_Library_add_exception_objects,chartcore,\
chart2/source/view/main/PropertyMapper \
chart2/source/view/main/_serviceregistration_view \
chart2/source/view/main/ShapeFactory \
+ chart2/source/view/main/AbstractShapeFactory \
chart2/source/view/main/Stripe \
chart2/source/view/main/VDataSeries \
chart2/source/view/main/VLegend \