diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-27 20:49:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-28 13:23:00 +0100 |
commit | 0a464eba00a34cccacbaa5eec3142334437c8b80 (patch) | |
tree | 776c3e2080b7db6715e7f5a15442ca26d4a7825b /include/svtools | |
parent | b978b50105bb7bfb013d88566c2ad1ff7a24e871 (diff) |
coverity#1308503 Uncaught exception
Change-Id: I3ee78e7f4e6208523f4f47af974ccff82f6b823d
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/toolbarmenu.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/toolbarmenu.hxx b/include/svtools/toolbarmenu.hxx index 272d9358e79c..c027f0486b62 100644 --- a/include/svtools/toolbarmenu.hxx +++ b/include/svtools/toolbarmenu.hxx @@ -99,7 +99,7 @@ protected: // Forwared from XStatusListener (subclasses must override this one to get // the status updates): - virtual void statusChanged(const css::frame::FeatureStateEvent& Event ) throw (css::uno::RuntimeException); + virtual void statusChanged(const css::frame::FeatureStateEvent& Event ) throw (css::uno::RuntimeException, std::exception); void StateChanged( StateChangedType nType ) SAL_OVERRIDE; void DataChanged( const DataChangedEvent& rDCEvt ) SAL_OVERRIDE; |