From 030633cd53e8aacdcf1927c46dd6d5b8db58d841 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 3 Feb 2011 16:24:08 -0700 Subject: moving the rest of ure repository to boost unordered containers --- sal/inc/rtl/string.hxx | 4 ++-- sal/inc/rtl/ustring.hxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sal') 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 { -- cgit