summaryrefslogtreecommitdiff
path: root/sw/inc/SwStyleNameMapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/SwStyleNameMapper.hxx')
-rw-r--r--sw/inc/SwStyleNameMapper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/SwStyleNameMapper.hxx b/sw/inc/SwStyleNameMapper.hxx
index 9b120d8314b3..769360f5f605 100644
--- a/sw/inc/SwStyleNameMapper.hxx
+++ b/sw/inc/SwStyleNameMapper.hxx
@@ -73,7 +73,7 @@
struct SwTableEntry;
-typedef std::unordered_map<OUString, sal_uInt16, OUStringHash> NameToIdHash;
+typedef std::unordered_map<OUString, sal_uInt16> NameToIdHash;
class SwStyleNameMapper
{