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

loplugin:nullptr

Change-Id: I6ab405e7e9a0c8ac3a323fd2484e334c500280ae
üst 00d3aaa2
......@@ -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 )
{
}
......
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