From c6686fee44e868a24e946a017bd669b71123a200 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 7 Jan 2015 13:45:54 +0000 Subject: remove boost::unordered_* from comments seeing as config.h has just changed Change-Id: Ia4b78ec4c2522a1b5d6beb1f713855b654234a24 --- include/rtl/ustring.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/rtl/ustring.hxx') diff --git a/include/rtl/ustring.hxx b/include/rtl/ustring.hxx index 8aaab0aa8b3b..418892670596 100644 --- a/include/rtl/ustring.hxx +++ b/include/rtl/ustring.hxx @@ -1309,7 +1309,7 @@ public: @return a hash code value for this object. - @see rtl::OUStringHash for convenient use of boost::unordered_map + @see rtl::OUStringHash for convenient use of std::unordered_map */ sal_Int32 hashCode() const { @@ -2488,7 +2488,7 @@ inline std::basic_ostream & operator <<( /** A helper to use OUStrings with hash maps. Instances of this class are unary function objects that can be used as - hash function arguments to boost::unordered_map and similar constructs. + hash function arguments to std::unordered_map and similar constructs. */ struct OUStringHash { -- cgit