[Libreoffice-commits] core.git: Branch 'feature/chart-3d-chart2' - chart2/source
Markus Mohrhard
markus.mohrhard at collabora.co.uk
Wed May 21 07:16:35 PDT 2014
chart2/source/view/main/GL3DRenderer.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit ccb7ca6903f1bf2b79b8d72ad0795c3dc77f0770
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date: Wed May 21 16:11:02 2014 +0200
remove second part of the debug output
Change-Id: Ie691746b4621a90d2b7abbfbc75367780574032f
diff --git a/chart2/source/view/main/GL3DRenderer.cxx b/chart2/source/view/main/GL3DRenderer.cxx
index e26cafe..d686009 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();
}
More information about the Libreoffice-commits
mailing list