Kaydet (Commit) 6c0a94a9 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1308546 Uncaught exception

Change-Id: Ia5b1c50ecff3fde4b698012304cd75fa1a7b4ce6
üst b3fdb90d
......@@ -266,7 +266,7 @@ void ScaPricingAddIn::InitData()
}
}
OUString ScaPricingAddIn::GetDisplFuncStr( sal_uInt16 nResId ) throw( uno::RuntimeException )
OUString ScaPricingAddIn::GetDisplFuncStr( sal_uInt16 nResId ) throw( uno::RuntimeException, std::exception )
{
return ScaResStringLoader( RID_PRICING_FUNCTION_NAMES, nResId, GetResMgr() ).GetString();
}
......
......@@ -322,7 +322,7 @@ private:
ResMgr& GetResMgr() throw( css::uno::RuntimeException );
void InitData();
OUString GetDisplFuncStr( sal_uInt16 nResId ) throw( css::uno::RuntimeException );
OUString GetDisplFuncStr( sal_uInt16 nResId ) throw( css::uno::RuntimeException, std::exception );
OUString GetFuncDescrStr( sal_uInt16 nResId, sal_uInt16 nStrIndex ) throw( css::uno::RuntimeException );
public:
......
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