diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-01 11:56:21 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-02-02 09:20:47 +0000 |
commit | 98c343604dcf718b3c8ee3e38da1a50c7a0199a2 (patch) | |
tree | 5979fd35cfcdd3989f4db42afee0881a8391422b /sw/inc/pch | |
parent | 04eba5f599b8ac2accfc1d6abc74a91c38616691 (diff) |
boost::hash->std::hash
Change-Id: If4d1e4071995f07212fad958b0226d5824d168f8
Reviewed-on: https://gerrit.libreoffice.org/21989
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/inc/pch')
-rw-r--r-- | sw/inc/pch/precompiled_msword.hxx | 1 | ||||
-rw-r--r-- | sw/inc/pch/precompiled_swui.hxx | 1 | ||||
-rw-r--r-- | sw/inc/pch/precompiled_vbaswobj.hxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/pch/precompiled_msword.hxx b/sw/inc/pch/precompiled_msword.hxx index 34cfaa1fc5b4..55efe423e8f8 100644 --- a/sw/inc/pch/precompiled_msword.hxx +++ b/sw/inc/pch/precompiled_msword.hxx @@ -62,7 +62,6 @@ #include <utility> #include <vector> #include <boost/bind.hpp> -#include <boost/functional/hash.hpp> #include <boost/intrusive_ptr.hpp> #include <boost/noncopyable.hpp> #include <boost/optional.hpp> diff --git a/sw/inc/pch/precompiled_swui.hxx b/sw/inc/pch/precompiled_swui.hxx index 96c8fef7d98a..bebe25e5e5b9 100644 --- a/sw/inc/pch/precompiled_swui.hxx +++ b/sw/inc/pch/precompiled_swui.hxx @@ -61,7 +61,6 @@ #include <unordered_map> #include <utility> #include <vector> -#include <boost/functional/hash.hpp> #include <boost/intrusive_ptr.hpp> #include <boost/noncopyable.hpp> #include <boost/optional.hpp> diff --git a/sw/inc/pch/precompiled_vbaswobj.hxx b/sw/inc/pch/precompiled_vbaswobj.hxx index 9a8c1b370eca..4405c9f360c0 100644 --- a/sw/inc/pch/precompiled_vbaswobj.hxx +++ b/sw/inc/pch/precompiled_vbaswobj.hxx @@ -59,7 +59,6 @@ #include <unordered_map> #include <utility> #include <vector> -#include <boost/functional/hash.hpp> #include <boost/intrusive_ptr.hpp> #include <boost/noncopyable.hpp> #include <boost/operators.hpp> |