[Libreoffice-commits] core.git: Branch 'feature/chart-opengl2' - chart2/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Sat Dec 28 18:40:07 PST 2013
chart2/source/view/main/DummyXShape.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 85d13922c8bd90b550687262c5a1cbefedb4a5c8
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sun Dec 29 05:24:35 2013 +0100
fix previous commit
Change-Id: Ic55c86a9e8f8771f9bf347ccd89f158f465bccf9
diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx
index 4e4b3dc..e089601 100644
--- a/chart2/source/view/main/DummyXShape.cxx
+++ b/chart2/source/view/main/DummyXShape.cxx
@@ -953,7 +953,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);
More information about the Libreoffice-commits
mailing list