diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 14:59:27 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 14:59:27 +0000 |
commit | 1f494a3129a508748b0597b937a5579f6693392b (patch) | |
tree | 3a6ba1dc126cd725e024d34cabb7d77f4796db3d /soltools/ldump | |
parent | ddc1e6b00637df6b9a7b57abf074cde66ba611bb (diff) |
INTEGRATION: CWS os2port01 (1.3.34); FILE MERGED
2007/08/13 11:18:47 obr 1.3.34.2: RESYNC: (1.3-1.5); FILE MERGED
2006/12/28 15:05:49 ydario 1.3.34.1: OS/2 initial import.
Diffstat (limited to 'soltools/ldump')
-rw-r--r-- | soltools/ldump/hashtbl.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/soltools/ldump/hashtbl.cxx b/soltools/ldump/hashtbl.cxx index 71348c7fa817..cfa9e633826e 100644 --- a/soltools/ldump/hashtbl.cxx +++ b/soltools/ldump/hashtbl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: hashtbl.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2007-03-26 14:38:26 $ + * last change: $Author: vg $ $Date: 2007-09-20 15:59:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -365,11 +365,7 @@ void HashTable::SmartGrow() unsigned long lOldSize = m_lSize; // alte Daten sichern HashItem* pOldData = m_pData; -#ifdef __MINGW32__ m_lSize = (unsigned long) (m_dGrowFactor * m_lSize); // neue Gre -#else - m_lSize = unsigned long (m_dGrowFactor * m_lSize); // neue Gre -#endif m_pData = new HashItem[m_lSize]; // neue Daten holen // kein Speicher: |