chart2/source/view/main/DummyXShape.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 85d13922c8bd90b550687262c5a1cbefedb4a5c8
Author: Markus Mohrhard <markus.mohrh...@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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to