Kaydet (Commit) 00964260 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: implicit conversion of NULL constant to 'nullptr_t'

Change-Id: I93b22ce863294312d323184afdfe46f5a448375e
üst a8c9f6bc
......@@ -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();
}
......
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