Kaydet (Commit) 650c6690 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1158334 Uncaught exception

Change-Id: I7480245001236a6fa32701459087044c2ebe1131
üst 5c1d8983
......@@ -286,9 +286,10 @@ public:
virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue(
const OUString& rPropertyName)
throw( ::com::sun::star::beans::UnknownPropertyException,
::com::sun::star::lang::WrappedTargetException,
::com::sun::star::uno::RuntimeException);
throw(::com::sun::star::beans::UnknownPropertyException,
::com::sun::star::lang::WrappedTargetException,
::com::sun::star::uno::RuntimeException,
std::exception);
virtual void SAL_CALL addPropertyChangeListener(
const OUString& rPropertyName,
......
......@@ -3476,10 +3476,11 @@ void SAL_CALL ScChart2DataSequence::setPropertyValue(
}
uno::Any SAL_CALL ScChart2DataSequence::getPropertyValue(
const OUString& rPropertyName)
throw( beans::UnknownPropertyException,
lang::WrappedTargetException, uno::RuntimeException)
uno::Any SAL_CALL ScChart2DataSequence::getPropertyValue(const OUString& rPropertyName)
throw(beans::UnknownPropertyException,
lang::WrappedTargetException,
uno::RuntimeException,
std::exception)
{
uno::Any aRet;
if ( rPropertyName == SC_UNONAME_ROLE )
......
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