summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/uifactory/configurationaccessfactorymanager.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/uifactory/configurationaccessfactorymanager.hxx b/framework/inc/uifactory/configurationaccessfactorymanager.hxx
index 24e61278aa48..917d3d4240a4 100644
--- a/framework/inc/uifactory/configurationaccessfactorymanager.hxx
+++ b/framework/inc/uifactory/configurationaccessfactorymanager.hxx
@@ -59,8 +59,8 @@ namespace framework {
private:
class FactoryManagerMap : public std::unordered_map<OUString,
OUString,
- OUStringHash,
- std::equal_to< OUString > >
+ OUStringHash
+ >
{
};