coverity#1308529 Uncaught exception
Change-Id: I8a91a9016e198e7f27d5c0e92789ae458f98f713
This commit is contained in:
@@ -64,7 +64,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL analysis_component_getFactory(
|
||||
return pRet;
|
||||
}
|
||||
|
||||
ResMgr& AnalysisAddIn::GetResMgr() throw( uno::RuntimeException )
|
||||
ResMgr& AnalysisAddIn::GetResMgr() throw( uno::RuntimeException, std::exception )
|
||||
{
|
||||
if( !pResMgr )
|
||||
{
|
||||
|
@@ -62,7 +62,7 @@ private:
|
||||
|
||||
sca::analysis::ScaAnyConverter aAnyConv;
|
||||
|
||||
ResMgr& GetResMgr() throw( css::uno::RuntimeException );
|
||||
ResMgr& GetResMgr() throw( css::uno::RuntimeException, std::exception );
|
||||
OUString GetDisplFuncStr( sal_uInt16 nFuncNum ) throw( css::uno::RuntimeException );
|
||||
OUString GetFuncDescrStr( sal_uInt16 nResId, sal_uInt16 nStrIndex ) throw( css::uno::RuntimeException );
|
||||
void InitDefLocales();
|
||||
|
Reference in New Issue
Block a user