loplugin:nullptr

Change-Id: I6ab405e7e9a0c8ac3a323fd2484e334c500280ae
This commit is contained in:
Tor Lillqvist 2016-12-12 08:58:52 +02:00
parent 00d3aaa2dc
commit 22166c75ee

View File

@ -79,9 +79,9 @@ const OUString& SalGetDesktopEnvironment()
}
SalData::SalData() :
m_pInstance( 0 ),
m_pPlugin( 0 ),
m_pPIManager(0 )
m_pInstance( nullptr ),
m_pPlugin( nullptr ),
m_pPIManager( nullptr )
{
}