summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorMatthias Huetsch <mhu@openoffice.org>2002-11-29 16:47:06 +0000
committerMatthias Huetsch <mhu@openoffice.org>2002-11-29 16:47:06 +0000
commit6286f9ac44a3f4d32aa19b2e1dffb31d77b39eb7 (patch)
treed844c31f6fcfbe0ec9f9cc3b91da5c0f55ab5125 /idl
parentd6d2d2612d1ac6204e99d4253cd04183c651100d (diff)
#i8583# Fixed SvHashTable constructor definition to match declaration (UINT32 vs ULONG).
Contributed by Gwenole Beauchesne <gbeauche@openoffice.org>
Diffstat (limited to 'idl')
-rw-r--r--idl/source/cmptools/hash.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idl/source/cmptools/hash.cxx b/idl/source/cmptools/hash.cxx
index 2f14e1b01d99..a4729a8520bf 100644
--- a/idl/source/cmptools/hash.cxx
+++ b/idl/source/cmptools/hash.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: hash.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:30:41 $
+ * last change: $Author: mhu $ $Date: 2002-11-29 17:47:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,7 +91,7 @@ SvStringHashEntry::~SvStringHashEntry() { };
|* Beschreibung
|*
*************************************************************************/
-SvHashTable::SvHashTable( ULONG nMaxEntries )
+SvHashTable::SvHashTable( UINT32 nMaxEntries )
{
nMax = nMaxEntries; // set max entries
nFill = 0; // no entries