summaryrefslogtreecommitdiff
path: root/chart2/source
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-01-17 23:41:31 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-01-29 08:09:51 +0100
commit58e9647befb8c0820694309cb6ad1780d3e219c7 (patch)
treeee2fc7dbb1cba044dab6f84684f9092515f96af2 /chart2/source
parente2e5ec34df5dbfb69ee6600d42a18b94108ce410 (diff)
it should be chart2.opengl for the logging
Change-Id: Id1a2c990c8510e70a465e648b3d3ed1120ab283a
Diffstat (limited to 'chart2/source')
-rwxr-xr-xchart2/source/view/main/OpenGLRender.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/view/main/OpenGLRender.cxx b/chart2/source/view/main/OpenGLRender.cxx
index a8fea001b492..11a77f33557d 100755
--- a/chart2/source/view/main/OpenGLRender.cxx
+++ b/chart2/source/view/main/OpenGLRender.cxx
@@ -555,7 +555,7 @@ BitmapEx OpenGLRender::GetAsBitmap()
aWriter.Write( sOutput );
sOutput.Close();
} catch (...) {
- SAL_WARN("slideshow.opengl", "Error writing png to " << aName);
+ SAL_WARN("chart2.opengl", "Error writing png to " << aName);
}
#endif
@@ -907,7 +907,7 @@ void OpenGLRender::Release()
glXMakeCurrent(glWin.dpy, None, NULL);
if( glGetError() != GL_NO_ERROR ) {
- SAL_INFO("slideshow.opengl", "glError: " << (char *)gluErrorString(glGetError()));
+ SAL_INFO("chart2.opengl", "glError: " << (char *)gluErrorString(glGetError()));
}
glXDestroyContext(glWin.dpy, glWin.ctx);
glWin.ctx = NULL;