chart2/source/view/main/OpenglShapeFactory.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit b06bb4c149744a59a4572c9b9244726a82685a62 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sun Dec 29 05:31:58 2013 +0100 next try Change-Id: If55af315576f3dd0b19687f83b6e259974123582 diff --git a/chart2/source/view/main/OpenglShapeFactory.cxx b/chart2/source/view/main/OpenglShapeFactory.cxx index 27b1ca1..8a9d5c0 100644 --- a/chart2/source/view/main/OpenglShapeFactory.cxx +++ b/chart2/source/view/main/OpenglShapeFactory.cxx @@ -121,6 +121,7 @@ uno::Reference< drawing::XShapes > OpenglShapeFactory::getOrCreateChartRootShape dummy::DummyChart *pChart = new dummy::DummyChart(xTarget); m_pChart = (void *)pChart; SvxDummyShapeContainer* pContainer = new SvxDummyShapeContainer(pChart); + pContainer->setSize(awt::Size(0,0)); xRet = pChart; #if 0 xRet = new dummy::DummyChart(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits