summaryrefslogtreecommitdiff
path: root/svx/source
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
commit06c00bb852c4564146fbf1c3ccb99b46bd2396fd (patch)
tree8b5792fe297565ec0677e0589d51dc30c90e13e4 /svx/source
parent9e2800793ad966d954a8249a1c94a9c26902ce97 (diff)
Use rtl::OUStringHash.
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/unodraw/shapepropertynotifier.cxx2
1 files changed, 1 insertions, 1 deletions
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;