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