summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-08-04 20:53:44 -0400
committerKohei Yoshida <kohei.yoshida@suse.com>2011-08-04 20:54:06 -0400
commit27f16c19cdf0bc835d83fa3fec720495c5f91605 (patch)
tree25927204013e1e81835b9c0833cac02866074bfa /forms
parente76d4e39b90e9e878a43a79a01e7c9326c319f42 (diff)
Use rtl::OUStringHash.
Diffstat (limited to 'forms')
-rw-r--r--forms/source/inc/InterfaceContainer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/inc/InterfaceContainer.hxx b/forms/source/inc/InterfaceContainer.hxx
index 88c25d99259b..ae22dbe452e7 100644
--- a/forms/source/inc/InterfaceContainer.hxx
+++ b/forms/source/inc/InterfaceContainer.hxx
@@ -83,7 +83,7 @@ namespace frm
};
typedef ::std::vector<InterfaceRef> OInterfaceArray;
-typedef ::boost::unordered_multimap< ::rtl::OUString, InterfaceRef, ::comphelper::UStringHash, ::comphelper::UStringEqual> OInterfaceMap;
+typedef ::boost::unordered_multimap< ::rtl::OUString, InterfaceRef, ::rtl::OUStringHash, ::comphelper::UStringEqual> OInterfaceMap;
//==================================================================
// OInterfaceContainer