Kaydet (Commit) feeb9d2e authored tarafından Caolán McNamara's avatar Caolán McNamara

silence cppcheck warning

üst 43bc8a78
...@@ -432,8 +432,8 @@ oslGenericFunction SAL_CALL lcl_LookupTableHelper::getFunctionSymbolByName( ...@@ -432,8 +432,8 @@ oslGenericFunction SAL_CALL lcl_LookupTableHelper::getFunctionSymbolByName(
if ( module->loadRelative(&thisModule, aBuf.makeStringAndClear()) ) if ( module->loadRelative(&thisModule, aBuf.makeStringAndClear()) )
{ {
::osl::MutexGuard aGuard( maMutex ); ::osl::MutexGuard aGuard( maMutex );
LocaleDataLookupTableItem* pNewItem = 0; LocaleDataLookupTableItem* pNewItem = new LocaleDataLookupTableItem(aLibTable[i].pLib, module, aLibTable[i].pLocale);
maLookupTable.push_back(pNewItem = new LocaleDataLookupTableItem(aLibTable[i].pLib, module, aLibTable[i].pLocale )); maLookupTable.push_back(pNewItem);
OSL_ASSERT( pOutCachedItem ); OSL_ASSERT( pOutCachedItem );
if( pOutCachedItem ) if( pOutCachedItem )
{ {
......
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