coverity#1308576 Uncaught exception
Change-Id: Ic31670bd8999961dc9571c8d55817951a702d417
This commit is contained in:
parent
53bd35aafd
commit
e632eaecfc
@ -77,7 +77,7 @@ ResMgr& AnalysisAddIn::GetResMgr() throw( uno::RuntimeException, std::exception
|
||||
return *pResMgr;
|
||||
}
|
||||
|
||||
OUString AnalysisAddIn::GetDisplFuncStr( sal_uInt16 nFuncNum ) throw( uno::RuntimeException )
|
||||
OUString AnalysisAddIn::GetDisplFuncStr( sal_uInt16 nFuncNum ) throw( uno::RuntimeException, std::exception )
|
||||
{
|
||||
return AnalysisRscStrLoader( RID_ANALYSIS_FUNCTION_NAMES, nFuncNum, GetResMgr() ).GetString();
|
||||
}
|
||||
|
@ -63,7 +63,7 @@ private:
|
||||
sca::analysis::ScaAnyConverter aAnyConv;
|
||||
|
||||
ResMgr& GetResMgr() throw( css::uno::RuntimeException, std::exception );
|
||||
OUString GetDisplFuncStr( sal_uInt16 nFuncNum ) throw( css::uno::RuntimeException );
|
||||
OUString GetDisplFuncStr( sal_uInt16 nFuncNum ) throw( css::uno::RuntimeException, std::exception );
|
||||
OUString GetFuncDescrStr( sal_uInt16 nResId, sal_uInt16 nStrIndex ) throw( css::uno::RuntimeException, std::exception );
|
||||
void InitDefLocales();
|
||||
inline const css::lang::Locale& GetLocale( sal_uInt32 nInd );
|
||||
|
Loading…
x
Reference in New Issue
Block a user