diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2018-07-16 22:58:53 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2018-07-17 02:59:19 +0200 |
commit | 026e2623f7f498432e6dc970fb06145dfc77dc45 (patch) | |
tree | 22229b7aab2fff3c4f4f12f856e55494dc7fb565 /chart2/source/chartcore.component | |
parent | 13660d4b311501d80b3e1a9541fb7db80cc42f87 (diff) |
remove the GL based 3D charts
Change-Id: Ia578c71ae70aa0a85b49fa50138edf90f961b1e9
Reviewed-on: https://gerrit.libreoffice.org/57533
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'chart2/source/chartcore.component')
-rw-r--r-- | chart2/source/chartcore.component | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chart2/source/chartcore.component b/chart2/source/chartcore.component index 45c87f93d633..f58ba98ba3ac 100644 --- a/chart2/source/chartcore.component +++ b/chart2/source/chartcore.component @@ -122,11 +122,6 @@ <service name="com.sun.star.chart2.BubbleChartType"/> <service name="com.sun.star.chart2.ChartType"/> </implementation> - <implementation name="com.sun.star.comp.chart.GL3DBarChartType" - constructor="com_sun_star_comp_chart_GL3DBarChartType_get_implementation"> - <service name="com.sun.star.chart2.GL3DBarChartType"/> - <service name="com.sun.star.chart2.ChartType"/> - </implementation> <implementation name="com.sun.star.comp.chart.CandleStickChartType" constructor="com_sun_star_comp_chart_CandleStickChartType_get_implementation"> <service name="com.sun.star.beans.PropertySet"/> |