[Libreoffice-commits] .: svx/inc svx/source

Kohei Yoshida kohei at kemper.freedesktop.org
Thu Aug 4 18:41:08 PDT 2011


 svx/inc/svx/ShapeTypeHandler.hxx             |    1 -
 svx/source/unodraw/shapepropertynotifier.cxx |    2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit c01f7644efb75e109dbbd5321f72467ac503f376
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Thu Aug 4 21:38:52 2011 -0400

    Use rtl::OUStringHash.

diff --git a/svx/inc/svx/ShapeTypeHandler.hxx b/svx/inc/svx/ShapeTypeHandler.hxx
index 9b0237c..ec6f822 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 1e2f91e..f99cf4a 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;
 


More information about the Libreoffice-commits mailing list