Kaydet (Commit) 63387abb authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#983624 Uncaught exception

Change-Id: Ifbd069199d725cd3b0fcc189cbcb2cf7a59f5ffb
üst bcbf642c
......@@ -134,7 +134,7 @@ public:
// XMacroExpander impl
virtual OUString SAL_CALL expandMacros( OUString const & exp )
throw (lang::IllegalArgumentException, std::exception) SAL_OVERRIDE;
throw (lang::IllegalArgumentException, uno::RuntimeException, std::exception) SAL_OVERRIDE;
// XServiceInfo impl
virtual OUString SAL_CALL getImplementationName()
throw (RuntimeException, std::exception) SAL_OVERRIDE;
......@@ -174,7 +174,7 @@ Sequence< OUString > Bootstrap_MacroExpander::getSupportedServiceNames()
// XMacroExpander impl
OUString Bootstrap_MacroExpander::expandMacros( OUString const & exp )
throw (lang::IllegalArgumentException, std::exception)
throw (lang::IllegalArgumentException, uno::RuntimeException, std::exception)
{
return cppuhelper::detail::expandMacros( exp );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment