summaryrefslogtreecommitdiff
path: root/chart2/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-02-03 15:35:12 +0100
committerTor Lillqvist <tml@collabora.com>2014-02-03 17:48:26 +0100
commitb6ba651fa9ed4b79605b74f4b3073db654071013 (patch)
tree44668ea170319bd448bd277268a839deaa5473a4 /chart2/source
parenteeb840d6ba930015b969c3d0a98031f0ae508d61 (diff)
Bin silly inline versioning comments
Change-Id: Ie1c9a52702268bf1d1d9c8836d6dc538176f70d4
Diffstat (limited to 'chart2/source')
-rw-r--r--chart2/source/view/inc/DummyXShape.hxx5
-rw-r--r--chart2/source/view/main/DummyXShape.cxx3
2 files changed, 0 insertions, 8 deletions
diff --git a/chart2/source/view/inc/DummyXShape.hxx b/chart2/source/view/inc/DummyXShape.hxx
index 7d2c25e5f0b6..df9a892ffc8e 100644
--- a/chart2/source/view/inc/DummyXShape.hxx
+++ b/chart2/source/view/inc/DummyXShape.hxx
@@ -79,11 +79,6 @@
#include <GL/glu.h>
#include <GL/glext.h>
#endif
-//[mod] by gaowei
-
-
-//[mod] by gaowei end
-
class SystemWindow;
class SystemChildWindow;
diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx
index 44da9175e5c7..636679e3e079 100644
--- a/chart2/source/view/main/DummyXShape.cxx
+++ b/chart2/source/view/main/DummyXShape.cxx
@@ -1244,7 +1244,6 @@ void DummyChart::setSize( const awt::Size& aSize )
pWindow->SetSizePixel(Size(aSize.Width, aSize.Height));
#else
-//[Mod] GaoWei
SAL_WARN("chart2.opengl", "DummyChart::setSize()---aSize.Width = " << aSize.Width << ", aSize.Height = " << aSize.Height);
// DummyXShape::setSize(aSize);
// mpWindow->SetSizePixel(Size(aSize.Width, aSize.Height));
@@ -1260,8 +1259,6 @@ void DummyChart::setSize( const awt::Size& aSize )
m_GLRender.SetHeight(height);
SAL_WARN("chart2.opengl", "DummyChart::GLRender.Width = " << width << ", GLRender.Height = " << height);
#endif
- //[mod] by gaowei end
-
}
void DummyChart::render()