boost::unordered_map->std::unordered_map
Change-Id: I5d458f43616edc395faa8c27edaddc7d515166db
This commit is contained in:
@@ -1413,7 +1413,7 @@ struct DatabaseTypeDescription
|
||||
OUString typeType;
|
||||
};
|
||||
|
||||
typedef ::boost::unordered_map
|
||||
typedef std::unordered_map
|
||||
<
|
||||
sal_Int32,
|
||||
DatabaseTypeDescription,
|
||||
|
Reference in New Issue
Block a user