connectivity: fix gcc-4.8 build

Change-Id: I2df7eb2af12f235cfa05bc75da32e8baf1455b5b
This commit is contained in:
Miklos Vajna
2015-01-04 14:21:13 +01:00
parent ca8787a981
commit 311a92f23b

View File

@@ -158,7 +158,7 @@ typedef ::std::vector< OString > OStringVector;
typedef std::unordered_map
<
const sal_Int32,
sal_Int32,
OUString,
::boost::hash< sal_Int32 >,
::std::equal_to< sal_Int32 >