[Libreoffice-commits] core.git: linguistic/source
Miklos Vajna
vmiklos at collabora.co.uk
Fri Jan 2 12:16:14 PST 2015
linguistic/source/convdic.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit d7794d2584cd5d476b011b5344c77ad59c179c58
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Fri Jan 2 21:15:40 2015 +0100
linguistic: fix gcc-4.8 build
Change-Id: Ic67d11cff11078a7d83a3ee98b91ec8ae138adef
diff --git a/linguistic/source/convdic.hxx b/linguistic/source/convdic.hxx
index 73948f2..5b30e67 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;
More information about the Libreoffice-commits
mailing list