summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-12-29 05:24:35 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-01-29 08:09:23 +0100
commitbd692cb0f2a2d0af46b123df2fe1a5c50d491ffc (patch)
tree549632b6d352c4b6dcb8aa98262ee039a2b09aac /chart2
parent7a9da704f6eac3cf1e8ec36f5a68ccf9ef30669c (diff)
fix previous commit
Change-Id: Ic55c86a9e8f8771f9bf347ccd89f158f465bccf9
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 d45d9fd2b173..5a3460a49758 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(Size(0,0));
+ DummyXShape::setSize(awt::Size(0,0));
m_GLRender.SetWidth(width);
m_GLRender.SetHeight(height);
SAL_WARN("chart2.opengl", "DummyChart::GLRender.Width = " << width << ", GLRender.Height = " << height);