coverity#1308529 Uncaught exception

Change-Id: I8a91a9016e198e7f27d5c0e92789ae458f98f713
This commit is contained in:
Caolán McNamara
2015-06-28 17:05:26 +01:00
parent 891b5facf3
commit 5ef73c74bc
2 changed files with 2 additions and 2 deletions

View File

@@ -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 )
{

View File

@@ -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();