summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-05-21 16:11:02 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-05-21 16:11:31 +0200
commit08bc9faedbc7dc82addbb1031120093d64443d58 (patch)
tree92c5eac8bce0aeba59a34a16b1d834e76f757cd5 /chart2
parent31e32d3624971ba7dc9e17b7c78effd6c3c59ffa (diff)
remove second part of the debug output
Change-Id: Ie691746b4621a90d2b7abbfbc75367780574032f
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/main/GL3DRenderer.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/view/main/GL3DRenderer.cxx b/chart2/source/view/main/GL3DRenderer.cxx
index e26cafe2b0be..d686009e2a29 100644
--- a/chart2/source/view/main/GL3DRenderer.cxx
+++ b/chart2/source/view/main/GL3DRenderer.cxx
@@ -1602,7 +1602,6 @@ sal_uInt32 OpenGL3DRenderer::GetPixelColorFromPoint(long nX, long nY)
glReadPixels(nX, nY, 1, 1, GL_BGRA, GL_UNSIGNED_BYTE, buf.get());
Color aColor(buf[3], buf[2], buf[1], buf[0]);
static sal_Int32 i = 0;
- OpenGLHelper::renderToFile(m_iWidth, m_iHeight, aFileName);
return aColor.GetColor();
}