summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/configuration
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/configuration')
-rw-r--r--sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.hxx3
-rw-r--r--sd/source/ui/framework/configuration/ResourceFactoryManager.hxx3
2 files changed, 2 insertions, 4 deletions
diff --git a/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.hxx b/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.hxx
index ac4807a59abb..45b7d05fe5c2 100644
--- a/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.hxx
+++ b/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.hxx
@@ -117,8 +117,7 @@ private:
typedef std::vector<ListenerDescriptor> ListenerList;
typedef std::unordered_map
<OUString,
- ListenerList,
- OUStringHash> ListenerMap;
+ ListenerList> ListenerMap;
ListenerMap maListenerMap;
/** Broadcast the given event to all listeners in the given list.
diff --git a/sd/source/ui/framework/configuration/ResourceFactoryManager.hxx b/sd/source/ui/framework/configuration/ResourceFactoryManager.hxx
index ed0370107d98..34ee07446d9e 100644
--- a/sd/source/ui/framework/configuration/ResourceFactoryManager.hxx
+++ b/sd/source/ui/framework/configuration/ResourceFactoryManager.hxx
@@ -89,8 +89,7 @@ private:
::osl::Mutex maMutex;
typedef std::unordered_map<
OUString,
- css::uno::Reference<css::drawing::framework::XResourceFactory>,
- OUStringHash> FactoryMap;
+ css::uno::Reference<css::drawing::framework::XResourceFactory> > FactoryMap;
FactoryMap maFactoryMap;
typedef ::std::vector<