diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-09-17 14:28:05 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-09-17 14:28:05 +0200 |
commit | a335271014d8a0d48ce5d0c826193f5d7963eef4 (patch) | |
tree | fdd5a8ceec0bf0c99c11793e8eba4ffce976a1eb /sal | |
parent | d02318df60b8ab8abe0006bacc5ea15b896be553 (diff) |
Fixed problem when backporting sal-strintern-speed.diff
Diffstat (limited to 'sal')
-rw-r--r-- | sal/rtl/source/hash.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sal/rtl/source/hash.cxx b/sal/rtl/source/hash.cxx index 86454545ccd5..aee80cb07ac7 100644 --- a/sal/rtl/source/hash.cxx +++ b/sal/rtl/source/hash.cxx @@ -44,8 +44,6 @@ typedef StringHashTableImpl StringHashTable; static StringHashTable *rtl_str_hash_new (sal_uInt32 nSize); static void rtl_str_hash_free (StringHashTable *pHash); -} - StringHashTable * getHashTable () { |