summaryrefslogtreecommitdiffstats
path: root/idl
diff options
context:
space:
mode:
Diffstat (limited to 'idl')
-rw-r--r--idl/inc/hash.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/hash.hxx b/idl/inc/hash.hxx
index 437adfc4469c..fb3ba3227b28 100644
--- a/idl/inc/hash.hxx
+++ b/idl/inc/hash.hxx
@@ -46,7 +46,7 @@ public:
class SvStringHashTable
{
std::unordered_map<sal_uInt32, std::unique_ptr<SvStringHashEntry>> maInt2EntryMap;
- std::unordered_map<OString, sal_uInt32, OStringHash> maString2IntMap;
+ std::unordered_map<OString, sal_uInt32> maString2IntMap;
sal_uInt32 mnNextId = 0;
public: