summaryrefslogtreecommitdiff
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
commitec8d60f4ec4ebd51d71200255a7bf76d0723ceaf (patch)
tree1cc19ddf5f0db6ecc8a0da0b8ada0e57eb34253b
parent17ba7913f55f4fb616f6610dda455e5d515d58bf (diff)
Use rtl::OUStringHash.
-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 a6a862dd8..94ead1fa3 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