[Libreoffice-commits] .: forms/source

Kohei Yoshida kohei at kemper.freedesktop.org
Thu Aug 4 17:53:22 PDT 2011


 forms/source/inc/InterfaceContainer.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ec8d60f4ec4ebd51d71200255a7bf76d0723ceaf
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Thu Aug 4 20:53:44 2011 -0400

    Use rtl::OUStringHash.

diff --git a/forms/source/inc/InterfaceContainer.hxx b/forms/source/inc/InterfaceContainer.hxx
index a6a862d..94ead1f 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


More information about the Libreoffice-commits mailing list