From 69ecbc782143fa91e9fca2eea41cbcd2c8636f69 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 12 May 2011 12:53:44 +0200 Subject: [PATCH] remove stray semicolon --- codemaker/source/codemaker/typemanager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codemaker/source/codemaker/typemanager.cxx b/codemaker/source/codemaker/typemanager.cxx index 639a7cca71e6..2e46ef713af8 100644 --- a/codemaker/source/codemaker/typemanager.cxx +++ b/codemaker/source/codemaker/typemanager.cxx @@ -62,7 +62,7 @@ sal_Int32 TypeManager::release() { delete m_pImpl; } - return refCount;; + return refCount; } sal_Bool TypeManager::isBaseType(const ::rtl::OString& name)