Kaydet (Commit) d7794d25 authored tarafından Miklos Vajna's avatar Miklos Vajna

linguistic: fix gcc-4.8 build

Change-Id: Ic67d11cff11078a7d83a3ee98b91ec8ae138adef
üst 3fc1902a
...@@ -57,12 +57,12 @@ struct StrEQ ...@@ -57,12 +57,12 @@ struct StrEQ
} }
}; };
typedef std::unordered_multimap< const OUString, OUString, typedef std::unordered_multimap< OUString, OUString,
const OUStringHash, StrEQ > ConvMap; const OUStringHash, StrEQ > ConvMap;
typedef std::set< OUString, StrLT > ConvMapKeySet; typedef std::set< OUString, StrLT > ConvMapKeySet;
typedef std::unordered_multimap< const OUString, sal_Int16, typedef std::unordered_multimap< OUString, sal_Int16,
OUStringHash, StrEQ > PropTypeMap; OUStringHash, StrEQ > PropTypeMap;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment