summaryrefslogtreecommitdiff
path: root/chart2/Library_chartcore.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-10-10 05:33:16 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-11-19 13:47:35 +0100
commitf09352fa6db57b9c88c334053f5843f1a73fb448 (patch)
tree7b42834de14a53644b4ea8d7e22b911781ea038e /chart2/Library_chartcore.mk
parenta42e4d3e3e7e5d67a2f6fba8826604e0a213f77c (diff)
extract code for net charts from AreaChart
Now AreaChart only contains code for 11 different chart types. NetChart was the only one needing a PolarPlottingPositionHelper Change-Id: Ibbe45f9afdf91fea1ef542020d8a3388a6e8c27b
Diffstat (limited to 'chart2/Library_chartcore.mk')
-rw-r--r--chart2/Library_chartcore.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/Library_chartcore.mk b/chart2/Library_chartcore.mk
index 8e6d796e4706..601821c436bc 100644
--- a/chart2/Library_chartcore.mk
+++ b/chart2/Library_chartcore.mk
@@ -82,6 +82,7 @@ $(eval $(call gb_Library_add_exception_objects,chartcore,\
chart2/source/view/charttypes/BubbleChart \
chart2/source/view/charttypes/CandleStickChart \
chart2/source/view/charttypes/CategoryPositionHelper \
+ chart2/source/view/charttypes/NetChart \
chart2/source/view/charttypes/PieChart \
chart2/source/view/charttypes/Splines \
chart2/source/view/charttypes/VSeriesPlotter \