diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-03 20:12:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-04 09:38:12 +0100 |
commit | 1d2993df98798e0432d140651045a49a4caef2e8 (patch) | |
tree | e5b072dca9713f2df815234db7c129123a174a7c /include/framework | |
parent | a4440671a9de18ebf944ed09c432a98908d79f5e (diff) |
coverity#737167 Uncaught exception
Change-Id: I9ac3ffbecf8c9efc0b69ad4606c61dbf8fa5a0e9
Diffstat (limited to 'include/framework')
-rw-r--r-- | include/framework/menuconfiguration.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/menuconfiguration.hxx b/include/framework/menuconfiguration.hxx index 4e5fd879e64d..50e4405d3fe2 100644 --- a/include/framework/menuconfiguration.hxx +++ b/include/framework/menuconfiguration.hxx @@ -87,7 +87,7 @@ class FWE_DLLPUBLIC MenuConfiguration ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess > CreateMenuBarConfigurationFromXML( ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& rInputStream ) - throw ( ::com::sun::star::lang::WrappedTargetException ); + throw (css::lang::WrappedTargetException, css::uno::RuntimeException); PopupMenu* CreateBookmarkMenu(css::uno::Reference<css::frame::XFrame >& rFrame, const OUString& aURL) throw (css::lang::WrappedTargetException, css::uno::RuntimeException); |