coverity#706945 Uncaught exception
Change-Id: I1da5edfdfd15ec8205de6467bd6c88dc5596426f
This commit is contained in:
@@ -91,7 +91,9 @@ ScVbaChartObject::getName() throw (css::uno::RuntimeException, std::exception)
|
||||
}
|
||||
|
||||
void SAL_CALL
|
||||
ScVbaChartObject::Delete() throw ( css::script::BasicErrorException, std::exception )
|
||||
ScVbaChartObject::Delete()
|
||||
throw (css::script::BasicErrorException,
|
||||
css::uno::RuntimeException, std::exception)
|
||||
{
|
||||
// parent of this object is sheet
|
||||
uno::Reference< excel::XWorksheet > xParent( getParent(), uno::UNO_QUERY_THROW );
|
||||
|
@@ -54,7 +54,7 @@ public:
|
||||
virtual OUString SAL_CALL getName() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
virtual void SAL_CALL setName( const OUString& sName ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
virtual css::uno::Reference< ov::excel::XChart > SAL_CALL getChart() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
virtual void SAL_CALL Delete() throw ( css::script::BasicErrorException, std::exception ) SAL_OVERRIDE;
|
||||
virtual void SAL_CALL Delete() throw (css::script::BasicErrorException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
virtual void Activate() throw ( css::script::BasicErrorException );
|
||||
// XHelperInterface
|
||||
virtual OUString getServiceImplName() SAL_OVERRIDE;
|
||||
|
Reference in New Issue
Block a user