diff options
Diffstat (limited to 'forms/source/component/Columns.cxx')
-rw-r--r-- | forms/source/component/Columns.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/forms/source/component/Columns.cxx b/forms/source/component/Columns.cxx index 154e7dc41045..e87ea44684ab 100644 --- a/forms/source/component/Columns.cxx +++ b/forms/source/component/Columns.cxx @@ -390,7 +390,8 @@ void OGridColumn::getFastPropertyValue(Any& rValue, sal_Int32 nHandle ) const sal_Bool OGridColumn::convertFastPropertyValue( Any& rConvertedValue, Any& rOldValue, - sal_Int32 nHandle, const Any& rValue )throw( IllegalArgumentException ) + sal_Int32 nHandle, const Any& rValue ) + throw( IllegalArgumentException, RuntimeException, std::exception ) { bool bModified(false); switch (nHandle) |