diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-27 17:23:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-27 18:25:03 +0100 |
commit | 8b0319bb3498cdd7b07fb785c76b70bd4c80a511 (patch) | |
tree | bda41b6dcd8485ad04fad62015acd0b93ba7edfc /include | |
parent | e5e37b2b930644051cc1253e0ee71e3ffe5b3cf8 (diff) |
coverity#1308460 Uncaught exception
Change-Id: Idb239c4bcfa9cd593977425555702cf746272dd2
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/gridctrl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/gridctrl.hxx b/include/svx/gridctrl.hxx index a672738596ed..31dd27089b75 100644 --- a/include/svx/gridctrl.hxx +++ b/include/svx/gridctrl.hxx @@ -347,7 +347,7 @@ protected: */ virtual void PostExecuteRowContextMenu(sal_uInt16 nRow, const PopupMenu& rMenu, sal_uInt16 nExecutionResult); - void DataSourcePropertyChanged(const ::com::sun::star::beans::PropertyChangeEvent& evt) throw(::com::sun::star::uno::RuntimeException); + void DataSourcePropertyChanged(const ::com::sun::star::beans::PropertyChangeEvent& evt) throw(::com::sun::star::uno::RuntimeException, std::exception); void FieldValueChanged(sal_uInt16 _nId, const ::com::sun::star::beans::PropertyChangeEvent& _evt); void FieldListenerDisposing(sal_uInt16 _nId); |