migrate to use boost unordered containers

This commit is contained in:
Fridrich Štrba
2011-02-05 13:18:52 +01:00
parent 5ace73b089
commit bb564bec13
125 changed files with 261 additions and 264 deletions

View File

@@ -171,7 +171,7 @@ SAL_THROW ( ( RuntimeException ) )
validateXRef( xInterface, "ScriptStorageManager:: setupAnyStorage: Can't create ScriptStorage for share" );
// and place it in the hash_map. Increment the counter
// and place it in the boost::unordered_map. Increment the counter
m_ScriptStorageMap[ m_count++ ] = xInterface;
sal_Int32 sid = m_count - 1;