[Libreoffice-commits] core.git: Branch 'private/moggi/chart-opengl2' - chart2/source

Markus Mohrhard markus.mohrhard at googlemail.com
Sat Dec 28 18:35:56 PST 2013


 chart2/source/view/main/OpenglShapeFactory.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b06bb4c149744a59a4572c9b9244726a82685a62
Author: Markus Mohrhard <markus.mohrhard at 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();


More information about the Libreoffice-commits mailing list