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)