summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl
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/unoidl
parentb2773c8dbae4e37348cc032a55d962149a1d9d0d (diff)
Use rtl::OUStringHash.
Diffstat (limited to 'sd/source/ui/unoidl')
-rw-r--r--sd/source/ui/unoidl/facreg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/facreg.cxx b/sd/source/ui/unoidl/facreg.cxx
index f086164ef393..5e835aaf2bdf 100644
--- a/sd/source/ui/unoidl/facreg.cxx
+++ b/sd/source/ui/unoidl/facreg.cxx
@@ -255,7 +255,7 @@ enum FactoryId
SlideLayoutControllerFactoryId,
InsertSlideControllerFactoryId,
};
-typedef ::boost::unordered_map<OUString, FactoryId, comphelper::UStringHash, comphelper::UStringEqual> FactoryMap;
+typedef ::boost::unordered_map<OUString, FactoryId, rtl::OUStringHash, comphelper::UStringEqual> FactoryMap;
namespace {