From cc2b79d88def8b33c433f78938375c6a0d739be5 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 19 Apr 2006 12:47:40 +0000
Subject: 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.
---
sal/inc/rtl/ustring.hxx | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
(limited to 'sal/inc')
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(())
{
--
cgit