summaryrefslogtreecommitdiffstats
path: root/vcl/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-13 16:55:35 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-14 10:39:13 +0200
commit0cbc03f46828296b06bb58ae7e7face7bc1a6364 (patch)
tree3159fce877e6b633dabb4c44f1d432828219c177 /vcl/source
parent-Werror,-Wunused-private-field (Clang towards 3.2) (diff)
downloadcore-0cbc03f46828296b06bb58ae7e7face7bc1a6364.tar.gz
core-0cbc03f46828296b06bb58ae7e7face7bc1a6364.zip
-Werror,-Wnon-literal-null-conversion (Clang towards 3.2)
Change-Id: Idab8116ac30f8ed3100292dd7a9a6a0c03a9e806
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/gdi/bitmap3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/bitmap3.cxx b/vcl/source/gdi/bitmap3.cxx
index 66198e3d367d..41a1dc3cb516 100644
--- a/vcl/source/gdi/bitmap3.cxx
+++ b/vcl/source/gdi/bitmap3.cxx
@@ -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;
}