linguistic/source/convdic.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d7794d2584cd5d476b011b5344c77ad59c179c58
Author: Miklos Vajna <[email protected]>
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;
 
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to