From 1d2993df98798e0432d140651045a49a4caef2e8 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 3 Jun 2014 20:12:31 +0100 Subject: coverity#737167 Uncaught exception Change-Id: I9ac3ffbecf8c9efc0b69ad4606c61dbf8fa5a0e9 --- include/framework/menuconfiguration.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/framework') 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& rFrame, const OUString& aURL) throw (css::lang::WrappedTargetException, css::uno::RuntimeException); -- cgit