loplugin:nullptr

Change-Id: I8c1ef744be34eea2130b458ed3a09d90804219cc
This commit is contained in:
Stephan Bergmann
2016-01-07 12:36:24 +01:00
parent 73c13ac221
commit a8b10c2841

View File

@@ -208,7 +208,7 @@ osl_getModuleHandle(rtl_uString *, oslModule *pResult)
#if !defined(DISABLE_DYNLOADING) || defined(IOS)
*pResult = static_cast<oslModule>(RTLD_DEFAULT);
#else
*pResult = NULL;
*pResult = nullptr;
#endif
return sal_True;
}