diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-07 13:45:54 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-07 13:46:01 +0000 |
commit | c6686fee44e868a24e946a017bd669b71123a200 (patch) | |
tree | cc93f58f236a76925b9ba7f3f5aed901f13b6ff0 /include | |
parent | a4b0078ba9a455b4d9b0a684f63151f53342646a (diff) |
remove boost::unordered_* from comments
seeing as config.h has just changed
Change-Id: Ia4b78ec4c2522a1b5d6beb1f713855b654234a24
Diffstat (limited to 'include')
-rw-r--r-- | include/rtl/string.hxx | 4 | ||||
-rw-r--r-- | include/rtl/ustring.hxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/rtl/string.hxx b/include/rtl/string.hxx index 773e54ec119c..b3a89fc52c3f 100644 --- a/include/rtl/string.hxx +++ b/include/rtl/string.hxx @@ -905,7 +905,7 @@ public: @return a hash code value for this object. - @see rtl::OStringHash for convenient use of boost::unordered_map + @see rtl::OStringHash for convenient use of std::unordered_map */ sal_Int32 hashCode() const { @@ -1690,7 +1690,7 @@ inline std::basic_ostream<charT, traits> & operator <<( /** A helper to use OStrings 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 OStringHash { 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<charT, traits> & 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 { |