remove stray semicolon

This commit is contained in:
David Tardon 2011-05-12 12:53:44 +02:00
parent 7fa0cf44a0
commit 69ecbc7821

View File

@ -62,7 +62,7 @@ sal_Int32 TypeManager::release()
{
delete m_pImpl;
}
return refCount;;
return refCount;
}
sal_Bool TypeManager::isBaseType(const ::rtl::OString& name)