diff options
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/unoobj/chart2uno.cxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sc/source/ui/unoobj/chart2uno.cxx b/sc/source/ui/unoobj/chart2uno.cxx index 59d060c7dd14..f3e198eb214e 100644 --- a/sc/source/ui/unoobj/chart2uno.cxx +++ b/sc/source/ui/unoobj/chart2uno.cxx @@ -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 ) |