loplugin:nullptr
Change-Id: I8c1ef744be34eea2130b458ed3a09d90804219cc
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user