coverity#706543 uncaught exception

Change-Id: I65932932712dad87f8e21dcd09f477744cc33763
This commit is contained in:
David Tardon 2014-11-04 17:03:05 +01:00
parent 8bb9a06114
commit cd6e6712a1

View File

@ -412,7 +412,7 @@ namespace frm
case PROPERTY_ID_VALUE_SEQ : case PROPERTY_ID_VALUE_SEQ :
SAL_WARN( "forms.component", "ValueItemList is read-only!" ); SAL_WARN( "forms.component", "ValueItemList is read-only!" );
throw PropertyVetoException(); throw IllegalArgumentException();
case PROPERTY_ID_SELECT_VALUE_SEQ : case PROPERTY_ID_SELECT_VALUE_SEQ :
bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, getCurrentMultiValue()); bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, getCurrentMultiValue());