diff options
-rw-r--r-- | svx/inc/svx/ShapeTypeHandler.hxx | 1 | ||||
-rw-r--r-- | svx/source/unodraw/shapepropertynotifier.cxx | 2 |
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; |