Kaydet (Commit) 1271ac20 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#706266 Uncaught exception

Change-Id: Iba3d2b8cddcd9e0f228d5b9fef1ce3290047c8b0
üst 612ab9b4
......@@ -279,7 +279,7 @@ Sequence< OUString > Legend::getSupportedServiceNames_Static()
// ____ OPropertySet ____
Any Legend::GetDefaultValue( sal_Int32 nHandle ) const
throw(beans::UnknownPropertyException)
throw (beans::UnknownPropertyException, uno::RuntimeException)
{
const tPropertyValueMap& rStaticDefaults = *StaticLegendDefaults::get();
tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) );
......
......@@ -72,7 +72,7 @@ protected:
// ____ OPropertySet ____
virtual ::com::sun::star::uno::Any GetDefaultValue( sal_Int32 nHandle ) const
throw(::com::sun::star::beans::UnknownPropertyException) SAL_OVERRIDE;
throw (css::beans::UnknownPropertyException, css::uno::RuntimeException) SAL_OVERRIDE;
// ____ OPropertySet ____
virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper() SAL_OVERRIDE;
......
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