coverity#737047 Uncaught exception
Change-Id: Icdb50f632654f0e46c41fa3e98741a00dfbc0feb
This commit is contained in:
@@ -165,7 +165,7 @@ public:
|
||||
virtual void SAL_CALL removeModeChangeApproveListener( const ::com::sun::star::uno::Reference< ::com::sun::star::util::XModeChangeApproveListener >& _rxListener ) throw (::com::sun::star::lang::NoSupportException, ::com::sun::star::uno::RuntimeException);
|
||||
|
||||
// ::com::sun::star::util::XUpdatable
|
||||
virtual void SAL_CALL update() throw (::com::sun::star::uno::RuntimeException);
|
||||
virtual void SAL_CALL update() throw (::com::sun::star::uno::RuntimeException, std::exception);
|
||||
|
||||
// ::com::sun::star::beans::XPropertySet
|
||||
virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw (::com::sun::star::uno::RuntimeException);
|
||||
|
@@ -2817,7 +2817,7 @@ void SAL_CALL ChartView::removeModeChangeApproveListener( const uno::Reference<
|
||||
}
|
||||
|
||||
// ____ XUpdatable ____
|
||||
void SAL_CALL ChartView::update() throw (uno::RuntimeException)
|
||||
void SAL_CALL ChartView::update() throw (uno::RuntimeException, std::exception)
|
||||
{
|
||||
impl_updateView();
|
||||
|
||||
|
Reference in New Issue
Block a user