diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-09-26 10:11:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-09-26 10:11:02 +0100 |
commit | 8305efa9e8c3af4792b4ab96dbee908e004b3356 (patch) | |
tree | 26f5e3769a458959286f09b7e81c46e8a22469f2 /extensions/source/plugin/win | |
parent | ecbb4efb1588c11c6c9d606ad429d2641f06576c (diff) |
coverity#983665 Uncaught exception
Change-Id: I3d0cd9a9bde8c3705abd876e832b6b7e56bb7fad
Diffstat (limited to 'extensions/source/plugin/win')
-rw-r--r-- | extensions/source/plugin/win/winmgr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |