From 8851524e49922cd64d387015cdcc9aa4fcede151 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Sat, 5 Feb 2011 21:40:28 +0100 Subject: Migrating to boost unordered containers --- .../ui/framework/configuration/ConfigurationControllerBroadcaster.hxx | 4 ++-- sd/source/ui/framework/configuration/ResourceFactoryManager.hxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sd/source/ui/framework/configuration') diff --git a/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.hxx b/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.hxx index c15abbbb7eb2..e2073b38a942 100644 --- a/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.hxx +++ b/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.hxx @@ -35,7 +35,7 @@ #include #include -#include +#include namespace css = ::com::sun::star; @@ -127,7 +127,7 @@ private: css::uno::Any maUserData; }; typedef ::std::vector ListenerList; - typedef ::std::hash_map + typedef ::boost::unordered_map #include #include -#include +#include namespace css = ::com::sun::star; @@ -94,7 +94,7 @@ public: private: ::osl::Mutex maMutex; - typedef ::std::hash_map< + typedef ::boost::unordered_map< ::rtl::OUString, css::uno::Reference, ::comphelper::UStringHash, -- cgit