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

coverity#737047 Uncaught exception

Change-Id: Icdb50f632654f0e46c41fa3e98741a00dfbc0feb
üst d67bc9b3
...@@ -165,7 +165,7 @@ public: ...@@ -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); 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 // ::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 // ::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); 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< ...@@ -2817,7 +2817,7 @@ void SAL_CALL ChartView::removeModeChangeApproveListener( const uno::Reference<
} }
// ____ XUpdatable ____ // ____ XUpdatable ____
void SAL_CALL ChartView::update() throw (uno::RuntimeException) void SAL_CALL ChartView::update() throw (uno::RuntimeException, std::exception)
{ {
impl_updateView(); impl_updateView();
......
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