[Libreoffice-commits] core.git: chart2/source
Takeshi Abe
tabe at fixedpoint.jp
Fri Feb 14 22:53:19 CET 2014
chart2/source/view/main/DummyXShape.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8c3fbed46ef30715912ad26116381ba81a06b371
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Sat Feb 15 06:49:31 2014 +0900
-Werror,-Wundef
Change-Id: I69ddad5ee2763590ae4db97d19cf620bcd102645
diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx
index 228cdac..a4bf7b8 100644
--- a/chart2/source/view/main/DummyXShape.cxx
+++ b/chart2/source/view/main/DummyXShape.cxx
@@ -1140,7 +1140,7 @@ int oglErrorHandler( Display* /*dpy*/, XErrorEvent* /*evnt*/ )
#endif
-#if DBG_UTIL
+#ifdef DBG_UTIL
namespace {
@@ -1272,7 +1272,7 @@ bool DummyChart::initOpengl()
m_GLRender.InitOpenGL(GLWin);
-#if DBG_UTIL
+#ifdef DBG_UTIL
// only enable debug output in dbgutil build
if( GLEW_ARB_debug_output )
{
More information about the Libreoffice-commits
mailing list