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

coverity#1158333 Uncaught exception

Change-Id: Idcea256f80b3a09a84e67bdafbcb737983f1ef11
üst 650c6690
......@@ -264,7 +264,9 @@ public:
// XNumericalDataSequence
virtual ::com::sun::star::uno::Sequence< double >
SAL_CALL getNumericalData( ) throw (::com::sun::star::uno::RuntimeException);
SAL_CALL getNumericalData()
throw (::com::sun::star::uno::RuntimeException,
std::exception);
// XTextualDataSequence
virtual ::com::sun::star::uno::Sequence< OUString >
......
......@@ -3023,7 +3023,7 @@ uno::Sequence< uno::Any> SAL_CALL ScChart2DataSequence::getData()
// XNumericalDataSequence --------------------------------------------------
uno::Sequence< double > SAL_CALL ScChart2DataSequence::getNumericalData()
throw ( uno::RuntimeException)
throw (uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
if ( !m_pDocument)
......
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