Kaydet (Commit) b6ba651f authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin silly inline versioning comments

Change-Id: Ie1c9a52702268bf1d1d9c8836d6dc538176f70d4
üst eeb840d6
...@@ -79,11 +79,6 @@ ...@@ -79,11 +79,6 @@
#include <GL/glu.h> #include <GL/glu.h>
#include <GL/glext.h> #include <GL/glext.h>
#endif #endif
//[mod] by gaowei
//[mod] by gaowei end
class SystemWindow; class SystemWindow;
class SystemChildWindow; class SystemChildWindow;
......
...@@ -1244,7 +1244,6 @@ void DummyChart::setSize( const awt::Size& aSize ) ...@@ -1244,7 +1244,6 @@ void DummyChart::setSize( const awt::Size& aSize )
pWindow->SetSizePixel(Size(aSize.Width, aSize.Height)); pWindow->SetSizePixel(Size(aSize.Width, aSize.Height));
#else #else
//[Mod] GaoWei
SAL_WARN("chart2.opengl", "DummyChart::setSize()---aSize.Width = " << aSize.Width << ", aSize.Height = " << aSize.Height); SAL_WARN("chart2.opengl", "DummyChart::setSize()---aSize.Width = " << aSize.Width << ", aSize.Height = " << aSize.Height);
// DummyXShape::setSize(aSize); // DummyXShape::setSize(aSize);
// mpWindow->SetSizePixel(Size(aSize.Width, aSize.Height)); // mpWindow->SetSizePixel(Size(aSize.Width, aSize.Height));
...@@ -1260,8 +1259,6 @@ void DummyChart::setSize( const awt::Size& aSize ) ...@@ -1260,8 +1259,6 @@ void DummyChart::setSize( const awt::Size& aSize )
m_GLRender.SetHeight(height); m_GLRender.SetHeight(height);
SAL_WARN("chart2.opengl", "DummyChart::GLRender.Width = " << width << ", GLRender.Height = " << height); SAL_WARN("chart2.opengl", "DummyChart::GLRender.Width = " << width << ", GLRender.Height = " << height);
#endif #endif
//[mod] by gaowei end
} }
void DummyChart::render() void DummyChart::render()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment