summaryrefslogtreecommitdiff
path: root/rsc/source/tools/rschash.cxx
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-26 19:27:06 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-26 19:27:06 +0000
commit82c353489fa99d62789c6c1db84f47ddf5de8e7e (patch)
tree80e77ebcd884ca6bc36e9d96740ef51d2b4e8ccd /rsc/source/tools/rschash.cxx
parent818764d1ddd37553f6c13ab8b722bdbce28bafe4 (diff)
INTEGRATION: CWS mergebuild (1.2.68); FILE MERGED
2003/12/08 14:46:53 hjs 1.2.68.1: #i8252# fixed commandline problem; generic ids
Diffstat (limited to 'rsc/source/tools/rschash.cxx')
-rw-r--r--rsc/source/tools/rschash.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/rsc/source/tools/rschash.cxx b/rsc/source/tools/rschash.cxx
index 6b9ae4163d4e..6020e503e501 100644
--- a/rsc/source/tools/rschash.cxx
+++ b/rsc/source/tools/rschash.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rschash.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: pl $ $Date: 2001-10-10 11:51:30 $
+ * last change: $Author: hjs $ $Date: 2004-06-26 20:27:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -221,6 +221,10 @@ HashString::~HashString(){
|*
*************************************************************************/
USHORT HashString :: HashFunc( const void * pElement ){
+ return( Hash_Func( pElement ));
+}
+
+USHORT HashString :: Hash_Func( const void * pElement ){
const char *pStr;
USHORT nHash = 0; // hash value
@@ -235,7 +239,6 @@ USHORT HashString :: HashFunc( const void * pElement ){
}
return( nHash );
}
-
/*************************************************************************
|*
|* HashString::IsEntry()