vcl/source/gdi/impfont.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0096426086e52b962ba53aed2132c2f4d0942aed
Author: Tor Lillqvist <t...@collabora.com>
Date:   Mon Oct 6 08:44:33 2014 +0300

    WaE: implicit conversion of NULL constant to 'nullptr_t'
    
    Change-Id: I93b22ce863294312d323184afdfe46f5a448375e

diff --git a/vcl/source/gdi/impfont.cxx b/vcl/source/gdi/impfont.cxx
index e4e6fc8..1bd7dcd 100644
--- a/vcl/source/gdi/impfont.cxx
+++ b/vcl/source/gdi/impfont.cxx
@@ -563,7 +563,7 @@ int FontCharMap::CountCharsInRange( sal_UCS4 cMin, sal_UCS4 
cMax ) const
 
 void FontCharMap::Reset( const ImplFontCharMapPtr pNewMap )
 {
-    if( pNewMap == NULL )
+    if( !pNewMap )
     {
         mpImplFontCharMap = ImplFontCharMap::GetDefaultMap();
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to