Kaydet (Commit) 69dcc8f4 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1308594 Uncaught exception

Change-Id: Ic320ba53565ef735d24a3538bf1863b3fb37c97a
üst 2a5da1f2
......@@ -240,7 +240,7 @@ const lang::Locale& ScaPricingAddIn::GetLocale( sal_uInt32 nIndex )
return (nIndex < sizeof( pLang )) ? pDefLocales[ nIndex ] : aFuncLoc;
}
ResMgr& ScaPricingAddIn::GetResMgr() throw( uno::RuntimeException )
ResMgr& ScaPricingAddIn::GetResMgr() throw( uno::RuntimeException, std::exception )
{
if( !pResMgr )
{
......
......@@ -319,7 +319,7 @@ private:
void InitDefLocales();
const css::lang::Locale& GetLocale( sal_uInt32 nIndex );
ResMgr& GetResMgr() throw( css::uno::RuntimeException );
ResMgr& GetResMgr() throw( css::uno::RuntimeException, std::exception );
void InitData();
OUString GetDisplFuncStr( sal_uInt16 nResId ) throw( css::uno::RuntimeException, std::exception );
......
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