summaryrefslogtreecommitdiff
path: root/soldep
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-11-27 11:57:43 +0000
committerRüdiger Timm <rt@openoffice.org>2008-11-27 11:57:43 +0000
commit69318389a916483109edb2aeda5f26f51d4c533b (patch)
tree98f4a70badb41951bafe2eeae3d56a8fb2f01946 /soldep
parent23d0e016ea5cf45550b6ee0c1793ae780a429abf (diff)
#i96653# Added missing semicolon after 'DBG_ERROR' macro.
Diffstat (limited to 'soldep')
-rw-r--r--soldep/bootstrp/hashtbl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/soldep/bootstrp/hashtbl.cxx b/soldep/bootstrp/hashtbl.cxx
index d1ed48b63d9a..66b88f3c78dc 100644
--- a/soldep/bootstrp/hashtbl.cxx
+++ b/soldep/bootstrp/hashtbl.cxx
@@ -136,7 +136,7 @@ void* HashTable::GetObjectAt(ULONG lPos) const
void HashTable::OnDeleteObject(void*)
{
- DBG_ERROR("HashTable::OnDeleteObject(void*) nicht berladen")
+ DBG_ERROR("HashTable::OnDeleteObject(void*) nicht berladen");
}
ULONG HashTable::Hash(ByteString const& Key) const