From 8c3bb9d3799f9ddd62ce2dc2517a2054bfc9a437 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Mon, 10 Nov 2014 08:13:31 +0100 Subject: WaE implicit conversion of NULL constant to 'bool' [-Wnull-conversion] Change-Id: I8f208d6c87275aa4a169c7c6ed219200617c5669 --- vcl/opengl/gdiimpl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx index 7094727c25d1..e62e32e7299d 100644 --- a/vcl/opengl/gdiimpl.cxx +++ b/vcl/opengl/gdiimpl.cxx @@ -753,7 +753,7 @@ bool OpenGLSalGraphicsImpl::drawPolyPolygonBezier( const SalPoint* const* /*pPtAry*/, const sal_uInt8* const* /*pFlgAry*/ ) { - return NULL; + return false; } // CopyArea --> No RasterOp, but ClipRegion -- cgit