From 8305efa9e8c3af4792b4ab96dbee908e004b3356 Mon Sep 17 00:00:00 2001 From: Caolán McNamara <caolanm@redhat.com> Date: Fri, 26 Sep 2014 10:11:02 +0100 Subject: coverity#983665 Uncaught exception Change-Id: I3d0cd9a9bde8c3705abd876e832b6b7e56bb7fad --- extensions/source/plugin/win/winmgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/source/plugin/win') diff --git a/extensions/source/plugin/win/winmgr.cxx b/extensions/source/plugin/win/winmgr.cxx index 8f531e7dc70e..881ec270b0e3 100644 --- a/extensions/source/plugin/win/winmgr.cxx +++ b/extensions/source/plugin/win/winmgr.cxx @@ -299,7 +299,7 @@ static void add_SO_Plugins( PluginLocationMap & rPlugins ) } -Sequence< PluginDescription > XPluginManager_Impl::impl_getPluginDescriptions(void) throw() +Sequence< PluginDescription > XPluginManager_Impl::impl_getPluginDescriptions() throw(css::uno::RuntimeException, std::exception) { Guard< Mutex > aGuard( Mutex::getGlobalMutex() ); static Sequence<PluginDescription > s_aDescriptions( 0 ); -- cgit