diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/inc/rtl/string.hxx | 4 | ||||
-rw-r--r-- | sal/inc/rtl/ustring.hxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sal/inc/rtl/string.hxx b/sal/inc/rtl/string.hxx index da2144d83323..29583e9fde5b 100644 --- a/sal/inc/rtl/string.hxx +++ b/sal/inc/rtl/string.hxx @@ -422,7 +422,7 @@ public: @return a hash code value for this object. - @see rtl::OStringHash for convenient use of STLPort's hash_map + @see rtl::OStringHash for convenient use of boost::unordered_map */ sal_Int32 hashCode() const SAL_THROW(()) { @@ -914,7 +914,7 @@ public: /** 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 STLPort's hash_map and similar constructs. + hash function arguments to boost::unordered_map and similar constructs. */ struct OStringHash { diff --git a/sal/inc/rtl/ustring.hxx b/sal/inc/rtl/ustring.hxx index 6860b7c55c9a..b56413d8bfbe 100644 --- a/sal/inc/rtl/ustring.hxx +++ b/sal/inc/rtl/ustring.hxx @@ -748,7 +748,7 @@ public: @return a hash code value for this object. - @see rtl::OUStringHash for convenient use of STLPort's hash_map + @see rtl::OUStringHash for convenient use of boost::unordered_map */ sal_Int32 hashCode() const SAL_THROW(()) { @@ -1479,7 +1479,7 @@ public: /** 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 STLPort's hash_map and similar constructs. + hash function arguments to boost::unordered_map and similar constructs. */ struct OUStringHash { |