From 06c00bb852c4564146fbf1c3ccb99b46bd2396fd Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 4 Aug 2011 21:38:52 -0400 Subject: Use rtl::OUStringHash. --- svx/inc/svx/ShapeTypeHandler.hxx | 1 - svx/source/unodraw/shapepropertynotifier.cxx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'svx') diff --git a/svx/inc/svx/ShapeTypeHandler.hxx b/svx/inc/svx/ShapeTypeHandler.hxx index a12351436872..8f6354026e00 100644 --- a/svx/inc/svx/ShapeTypeHandler.hxx +++ b/svx/inc/svx/ShapeTypeHandler.hxx @@ -207,7 +207,6 @@ private: typedef ::boost::unordered_map< ::rtl::OUString,ShapeTypeId, ::rtl::OUStringHash, - // ::comphelper::UStringHash, ::comphelper::UStringEqual> tServiceNameToSlotId; mutable tServiceNameToSlotId maServiceNameToSlotId; diff --git a/svx/source/unodraw/shapepropertynotifier.cxx b/svx/source/unodraw/shapepropertynotifier.cxx index e62df605910d..bf80587b6370 100644 --- a/svx/source/unodraw/shapepropertynotifier.cxx +++ b/svx/source/unodraw/shapepropertynotifier.cxx @@ -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; -- cgit v1.2.3