summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-10-15 17:11:55 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-11-19 13:47:38 +0100
commit22c8bb9e0fbd3bead8e72316d82b5dedf9659b2c (patch)
tree25ac80eab419676af122fda29f003278735c8092 /chart2
parentcf74b7fb77c8c2a77e9f0d8ea9e3b1b5839d7f00 (diff)
actually create a dummy root shape object
Change-Id: I6251042266f531a28944197bda8d2fab39fce495
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/main/OpenglShapeFactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/main/OpenglShapeFactory.cxx b/chart2/source/view/main/OpenglShapeFactory.cxx
index 24412893142b..e39136ae0a24 100644
--- a/chart2/source/view/main/OpenglShapeFactory.cxx
+++ b/chart2/source/view/main/OpenglShapeFactory.cxx
@@ -66,7 +66,7 @@ namespace opengl {
uno::Reference< drawing::XShapes > OpenglShapeFactory::getOrCreateChartRootShape(
const uno::Reference< drawing::XDrawPage>& )
{
- return new DummyXShapes();
+ return new DummyChart();
}
// methods for 3D shape creation