diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-19 12:47:40 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-19 12:47:40 +0000 |
commit | cc2b79d88def8b33c433f78938375c6a0d739be5 (patch) | |
tree | 5b57f7b3ed38e8adfc9e9369b0833aca14cad85f /sal/inc | |
parent | 5d767778e5b692579deb7562c7dd10fe0fa565ba (diff) |
INTEGRATION: CWS sb49 (1.24.76); FILE MERGED
2006/03/21 08:54:19 sb 1.24.76.1: #i63405# Improved documentation, patch supplied by mikeleib.
Diffstat (limited to 'sal/inc')
-rw-r--r-- | sal/inc/rtl/ustring.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sal/inc/rtl/ustring.hxx b/sal/inc/rtl/ustring.hxx index ae9ffce71a0e..b9289505e9f1 100644 --- a/sal/inc/rtl/ustring.hxx +++ b/sal/inc/rtl/ustring.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ustring.hxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: rt $ $Date: 2005-09-08 14:45:25 $ + * last change: $Author: hr $ $Date: 2006-04-19 13:47:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -694,6 +694,8 @@ public: Returns a hashcode for this string. @return a hash code value for this object. + + @see rtl::OUStringHash for convenient use of STLPort's hash_map */ sal_Int32 hashCode() const SAL_THROW(()) { |