summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-08-04 21:35:57 -0400
committerKohei Yoshida <kohei.yoshida@suse.com>2011-08-04 21:35:57 -0400
commit66d882b3c87d82da82a32f1fabb8c9f8471e1847 (patch)
tree92366557528ffcfdffdd7f747ca45a9d67f22022 /sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.hxx
parentb2773c8dbae4e37348cc032a55d962149a1d9d0d (diff)
Use rtl::OUStringHash.
Diffstat (limited to 'sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.hxx')
-rw-r--r--sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.hxx b/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.hxx
index e2073b38a942..ecad1923bacc 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;