summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-12-29 05:17:28 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-01-29 08:09:22 +0100
commit7a9da704f6eac3cf1e8ec36f5a68ccf9ef30669c (patch)
treed7098900c1989e59e48dcbba44343ce982be53b1 /chart2
parent77563dfbd881fad1aa34ed690dd4b77b4740853a (diff)
try to improve the rendering
Change-Id: I873e56c28228e24c9d26419a013f358548873931
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/main/DummyXShape.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx
index 6c5c55e5fd62..d45d9fd2b173 100644
--- a/chart2/source/view/main/DummyXShape.cxx
+++ b/chart2/source/view/main/DummyXShape.cxx
@@ -947,7 +947,7 @@ void DummyChart::setSize( const awt::Size& aSize )
tempSize.Height = height;
mpWindow->SetSizePixel(Size(width, height));
pWindow->SetSizePixel(Size(width, height));
- DummyXShape::setSize(tempSize);
+ DummyXShape::setSize(Size(0,0));
m_GLRender.SetWidth(width);
m_GLRender.SetHeight(height);
SAL_WARN("chart2.opengl", "DummyChart::GLRender.Width = " << width << ", GLRender.Height = " << height);