[Libreoffice-commits] core.git: include/rtl

Caolán McNamara caolanm at redhat.com
Wed Jan 7 05:46:49 PST 2015


 include/rtl/string.hxx  |    4 ++--
 include/rtl/ustring.hxx |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit c6686fee44e868a24e946a017bd669b71123a200
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Jan 7 13:45:54 2015 +0000

    remove boost::unordered_* from comments
    
    seeing as config.h has just changed
    
    Change-Id: Ia4b78ec4c2522a1b5d6beb1f713855b654234a24

diff --git a/include/rtl/string.hxx b/include/rtl/string.hxx
index 773e54e..b3a89fc 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 8aaab0a..4188926 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
 {


More information about the Libreoffice-commits mailing list