remove stray semicolon
This commit is contained in:
parent
7fa0cf44a0
commit
69ecbc7821
@ -62,7 +62,7 @@ sal_Int32 TypeManager::release()
|
||||
{
|
||||
delete m_pImpl;
|
||||
}
|
||||
return refCount;;
|
||||
return refCount;
|
||||
}
|
||||
|
||||
sal_Bool TypeManager::isBaseType(const ::rtl::OString& name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user