Kaydet (Commit) 965ae41a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:nullptr

Change-Id: Ib3acd5b853283dce2cdcbe72d7992637368fdf6b
üst ec8af315
......@@ -87,7 +87,7 @@ namespace
template< typename FUNCTION >
void lcl_getFunctionFromModuleOrUnload( oslModule& _rModule, const sal_Char* _pAsciiSymbolName, FUNCTION& _rFunction )
{
_rFunction = NULL;
_rFunction = nullptr;
if ( _rModule )
{
......
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