Kaydet (Commit) 0cbc03f4 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wnon-literal-null-conversion (Clang towards 3.2)

Change-Id: Idab8116ac30f8ed3100292dd7a9a6a0c03a9e806
üst 58d03e38
......@@ -328,7 +328,7 @@ sal_Bool Bitmap::Convert( BmpConversion eConversion )
case( BMP_CONVERSION_24BIT ):
{
if( nBitCount < 24 )
bRet = ImplConvertUp( 24, sal_False );
bRet = ImplConvertUp( 24, NULL );
else
bRet = sal_True;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment