diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-08-04 21:35:57 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-08-04 21:35:57 -0400 |
commit | 95e91860dec722f852dbb4ca4ba9cda2c7e20721 (patch) | |
tree | 20f9ab56b91e09b1ca3370744ed9f849c3e3662d /sd/source/ui/framework/configuration | |
parent | 061ecea4152845422123ff66f1829c31f29466d1 (diff) |
Use rtl::OUStringHash.
Diffstat (limited to 'sd/source/ui/framework/configuration')
-rw-r--r-- | sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/framework/configuration/ResourceFactoryManager.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.hxx b/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.hxx index ed5d80db8..e1facd5ee 100644 --- a/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.hxx +++ b/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.hxx @@ -130,7 +130,7 @@ private: typedef ::boost::unordered_map <rtl::OUString, ListenerList, - ::comphelper::UStringHash, + ::rtl::OUStringHash, ::comphelper::UStringEqual> ListenerMap; ListenerMap maListenerMap; diff --git a/sd/source/ui/framework/configuration/ResourceFactoryManager.hxx b/sd/source/ui/framework/configuration/ResourceFactoryManager.hxx index fda86ae5f..208b1e0fd 100644 --- a/sd/source/ui/framework/configuration/ResourceFactoryManager.hxx +++ b/sd/source/ui/framework/configuration/ResourceFactoryManager.hxx @@ -97,7 +97,7 @@ private: typedef ::boost::unordered_map< ::rtl::OUString, css::uno::Reference<css::drawing::framework::XResourceFactory>, - ::comphelper::UStringHash, + ::rtl::OUStringHash, ::comphelper::UStringEqual> FactoryMap; FactoryMap maFactoryMap; |