summaryrefslogtreecommitdiff
path: root/chart2/source/chartcore.component
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-03-24 17:47:01 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-03-25 22:50:50 -0400
commit05efb605b36ea340762ef1583b3aea6a6b5cdddb (patch)
treebda32d32b165bc566c4b0ab24b4d10da8d3c6cfd /chart2/source/chartcore.component
parentb7c3e851465638d4416ca8837937946353561088 (diff)
Add a new skeleton plotter for the GL3D bar chart.
It plots absolutely nothing. It's just a place holder for now. Change-Id: I6eb9cc23481391b83f6946a8b49a6176c5b29cd7
Diffstat (limited to 'chart2/source/chartcore.component')
-rw-r--r--chart2/source/chartcore.component4
1 files changed, 4 insertions, 0 deletions
diff --git a/chart2/source/chartcore.component b/chart2/source/chartcore.component
index 5df1a183b55f..40296700d080 100644
--- a/chart2/source/chartcore.component
+++ b/chart2/source/chartcore.component
@@ -101,6 +101,10 @@
<service name="com.sun.star.chart2.BubbleChartType"/>
<service name="com.sun.star.chart2.ChartType"/>
</implementation>
+ <implementation name="com.sun.star.comp.chart.GL3DBarChartType">
+ <service name="com.sun.star.chart2.GL3DBarChartType"/>
+ <service name="com.sun.star.chart2.ChartType"/>
+ </implementation>
<implementation name="com.sun.star.comp.chart.CandleStickChartType">
<service name="com.sun.star.beans.PropertySet"/>
<service name="com.sun.star.chart2.CandleStickChartType"/>