From f25555d66c1c50f81a2694447e8b197eb6ac97f7 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 1 Feb 2012 22:52:43 +0100 Subject: Some cppcheck cleaning --- framework/source/services/modulemanager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/source/services/modulemanager.cxx b/framework/source/services/modulemanager.cxx index 4cec298b95ac..9ae3cfd5f110 100644 --- a/framework/source/services/modulemanager.cxx +++ b/framework/source/services/modulemanager.cxx @@ -378,7 +378,7 @@ css::uno::Reference< css::container::XNameAccess > ModuleManager::implts_getConf ::comphelper::ConfigurationHelper::E_READONLY); } catch(const css::uno::RuntimeException& exRun) - { throw exRun; } + { throw; } catch(const css::uno::Exception&) { xCfg.clear(); } -- cgit