summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/convdic.hxx4
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;