Use rtl::OUStringHash.

This commit is contained in:
Kohei Yoshida
2011-08-04 21:38:52 -04:00
parent 9e2800793a
commit 06c00bb852
2 changed files with 1 additions and 2 deletions

View File

@@ -207,7 +207,6 @@ private:
typedef ::boost::unordered_map<
::rtl::OUString,ShapeTypeId,
::rtl::OUStringHash,
// ::comphelper::UStringHash,
::comphelper::UStringEqual> tServiceNameToSlotId;
mutable tServiceNameToSlotId maServiceNameToSlotId;

View File

@@ -79,7 +79,7 @@ namespace svx
typedef ::boost::unordered_map< ShapeProperty, PPropertyValueProvider, ShapePropertyHash > PropertyProviders;
typedef ::cppu::OMultiTypeInterfaceContainerHelperVar < ::rtl::OUString
, ::comphelper::UStringHash
, ::rtl::OUStringHash
, ::comphelper::UStringEqual
> PropertyChangeListenerContainer;