Kaydet (Commit) 0e06dbd3 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#706284 Uncaught exception

Change-Id: I748d34fd7f56b1c9c739f15fbb596932484195a4
üst c30d2566
......@@ -248,7 +248,7 @@ namespace comphelper
if ( !m_aAllowedTypes.empty()
&& m_aAllowedTypes.find( aProperty.Type ) == m_aAllowedTypes.end()
)
throw IllegalTypeException( OUString(), *this );
throw IllegalArgumentException( OUString(), *this, 1 );
m_aDynamicProperties.addVoidProperty( aProperty.Name, aProperty.Type, findFreeHandle(), aProperty.Attributes );
......
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