From e99fcbe58ef7533da06ee4658a4ee2cde4df58ea Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 3 Feb 2011 16:55:17 -0700 Subject: Bulk move libs-gui to boost unordered containers --- svl/source/items/itemprop.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svl/source/items/itemprop.cxx') diff --git a/svl/source/items/itemprop.cxx b/svl/source/items/itemprop.cxx index bc0a52d73843..ac2e2d4ef322 100644 --- a/svl/source/items/itemprop.cxx +++ b/svl/source/items/itemprop.cxx @@ -33,7 +33,7 @@ #include #include #include -#include +#include /************************************************************************* UNO III Implementation *************************************************************************/ @@ -50,7 +50,7 @@ struct equalOUString } }; -typedef ::std::hash_map< ::rtl::OUString, +typedef ::boost::unordered_map< ::rtl::OUString, SfxItemPropertySimpleEntry, ::rtl::OUStringHash, equalOUString > SfxItemPropertyHashMap_t; -- cgit