summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-08-04 21:38:52 -0400
committerKohei Yoshida <kohei.yoshida@suse.com>2011-08-04 21:39:38 -0400
commitc01f7644efb75e109dbbd5321f72467ac503f376 (patch)
treee2a408f5de421476536085e405c0c47d66836a0b
parentd81e8077a0166ba78ca104fc440945405f4834ab (diff)
Use rtl::OUStringHash.
-rw-r--r--svx/inc/svx/ShapeTypeHandler.hxx1
-rw-r--r--svx/source/unodraw/shapepropertynotifier.cxx2
2 files changed, 1 insertions, 2 deletions
diff --git a/svx/inc/svx/ShapeTypeHandler.hxx b/svx/inc/svx/ShapeTypeHandler.hxx
index 9b0237c8e5..ec6f822737 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 1e2f91e00e..f99cf4a4c1 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;