Kaydet (Commit) 69ecbc78 authored tarafından David Tardon's avatar David Tardon

remove stray semicolon

üst 7fa0cf44
......@@ -62,7 +62,7 @@ sal_Int32 TypeManager::release()
{
delete m_pImpl;
}
return refCount;;
return refCount;
}
sal_Bool TypeManager::isBaseType(const ::rtl::OString& name)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment