diff options
Diffstat (limited to 'linguistic/source/convdic.hxx')
-rw-r--r-- | linguistic/source/convdic.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/source/convdic.hxx b/linguistic/source/convdic.hxx index 73948f20b57a..5b30e67b79ab 100644 --- a/linguistic/source/convdic.hxx +++ b/linguistic/source/convdic.hxx @@ -57,12 +57,12 @@ struct StrEQ } }; -typedef std::unordered_multimap< const OUString, OUString, +typedef std::unordered_multimap< OUString, OUString, const OUStringHash, StrEQ > ConvMap; typedef std::set< OUString, StrLT > ConvMapKeySet; -typedef std::unordered_multimap< const OUString, sal_Int16, +typedef std::unordered_multimap< OUString, sal_Int16, OUStringHash, StrEQ > PropTypeMap; |