summaryrefslogtreecommitdiff
path: root/sal/rtl/source
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-09-17 14:28:05 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-09-17 14:28:05 +0200
commita335271014d8a0d48ce5d0c826193f5d7963eef4 (patch)
treefdd5a8ceec0bf0c99c11793e8eba4ffce976a1eb /sal/rtl/source
parentd02318df60b8ab8abe0006bacc5ea15b896be553 (diff)
Fixed problem when backporting sal-strintern-speed.diff
Diffstat (limited to 'sal/rtl/source')
-rw-r--r--sal/rtl/source/hash.cxx2
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 ()
{