diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2011-02-03 16:24:08 -0700 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-04 00:28:23 +0100 |
commit | 030633cd53e8aacdcf1927c46dd6d5b8db58d841 (patch) | |
tree | 300d66694581d452a9709f736ad7376ca8f55043 /sal | |
parent | aac09aee6761197a023fba69a88340fdba0684fb (diff) |
moving the rest of ure repository to boost unordered containers
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 { |