summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--codemaker/source/codemaker/typemanager.cxx2
1 files changed, 1 insertions, 1 deletions
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)