Kaydet (Commit) 9e92e3ae authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1308584 Uncaught exception

Change-Id: I55178c48f57c26f7eec7efa052abd9edbf7adeb0
üst 621a7689
......@@ -235,7 +235,7 @@ const lang::Locale& ScaDateAddIn::GetLocale( sal_uInt32 nIndex )
return (nIndex < sizeof( pLang )) ? pDefLocales[ nIndex ] : aFuncLoc;
}
ResMgr& ScaDateAddIn::GetResMgr() throw( uno::RuntimeException )
ResMgr& ScaDateAddIn::GetResMgr() throw( uno::RuntimeException, std::exception )
{
if( !pResMgr )
{
......
......@@ -304,7 +304,7 @@ private:
void InitDefLocales();
const ::com::sun::star::lang::Locale& GetLocale( sal_uInt32 nIndex );
ResMgr& GetResMgr() throw( ::com::sun::star::uno::RuntimeException );
ResMgr& GetResMgr() throw( ::com::sun::star::uno::RuntimeException, std::exception );
void InitData();
OUString GetDisplFuncStr( sal_uInt16 nResId ) throw( ::com::sun::star::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