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 /svtools/source/control | |
parent | b978b50105bb7bfb013d88566c2ad1ff7a24e871 (diff) |
coverity#1308503 Uncaught exception
Change-Id: I3ee78e7f4e6208523f4f47af974ccff82f6b823d
Diffstat (limited to 'svtools/source/control')
-rw-r--r-- | svtools/source/control/toolbarmenu.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/toolbarmenu.cxx b/svtools/source/control/toolbarmenu.cxx index b76e9a22f63d..1b8d5fbe864d 100644 --- a/svtools/source/control/toolbarmenu.cxx +++ b/svtools/source/control/toolbarmenu.cxx @@ -1539,7 +1539,7 @@ void ToolbarMenu::AddStatusListener( const OUString& rCommandURL ) -void ToolbarMenu::statusChanged( const ::com::sun::star::frame::FeatureStateEvent& /*Event*/ ) throw ( ::com::sun::star::uno::RuntimeException ) +void ToolbarMenu::statusChanged( const ::com::sun::star::frame::FeatureStateEvent& /*Event*/ ) throw ( ::com::sun::star::uno::RuntimeException, std::exception ) { } |