coverity#706282 Uncaught exception
Change-Id: Icca233fdc6d841d1bf51f918b83f3eef2cd5952e
This commit is contained in:
parent
b03675889d
commit
136fa5432d
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ void SAL_CALL MasterPropertySet::setPropertyValues( const Sequence< OUString >&
|
|||
{
|
||||
aIter = mpInfo->maMap.find ( *pString );
|
||||
if ( aIter == aEnd )
|
||||
throw UnknownPropertyException( *pString, static_cast< XPropertySet* >( this ) );
|
||||
throw RuntimeException( *pString, static_cast< XPropertySet* >( this ) );
|
||||
|
||||
if ( (*aIter).second->mnMapId == 0 ) // 0 means it's one of ours !
|
||||
_setSingleValue( *((*aIter).second->mpInfo), *pAny );
|
||||
|
|
Loading…
Reference in a new issue