From 87a9979c8938b800aab6e35903d60d24892e7f2e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 19 Oct 2017 17:18:17 +0200 Subject: overload std::hash for OUString and OString no need to explicitly specify it anymore Change-Id: I6ad9259cce77201fdd75152533f5151aae83e9ec Reviewed-on: https://gerrit.libreoffice.org/43567 Tested-by: Jenkins Reviewed-by: Noel Grandin --- linguistic/source/convdic.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linguistic') diff --git a/linguistic/source/convdic.hxx b/linguistic/source/convdic.hxx index 6c41586df6da..4f79020ea361 100644 --- a/linguistic/source/convdic.hxx +++ b/linguistic/source/convdic.hxx @@ -41,11 +41,11 @@ bool IsConvDic( const OUString &rFileURL, LanguageType &nLang, sal_Int16 &nConvType ); -typedef std::unordered_multimap ConvMap; +typedef std::unordered_multimap ConvMap; typedef std::set ConvMapKeySet; -typedef std::unordered_multimap PropTypeMap; +typedef std::unordered_multimap PropTypeMap; class ConvDic : public ::cppu::WeakImplHelper -- cgit