coverity#1398526 Uncaught exception
Change-Id: I6b1d5b0049ec744ed87e13300e1f01a94f88202c
This commit is contained in:
@@ -132,7 +132,7 @@ private:
|
|||||||
getCalendarItemByName(const OUString& name,
|
getCalendarItemByName(const OUString& name,
|
||||||
const css::lang::Locale& rLocale,
|
const css::lang::Locale& rLocale,
|
||||||
const css::uno::Sequence< css::i18n::Calendar2 >& calendarsSeq,
|
const css::uno::Sequence< css::i18n::Calendar2 >& calendarsSeq,
|
||||||
sal_Int16 item) throw( css::uno::RuntimeException );
|
sal_Int16 item) throw( css::uno::RuntimeException, std::exception );
|
||||||
|
|
||||||
/// Helper to obtain a sequence of days, months, gmonths or eras.
|
/// Helper to obtain a sequence of days, months, gmonths or eras.
|
||||||
css::uno::Sequence< css::i18n::CalendarItem2 > getCalendarItems(
|
css::uno::Sequence< css::i18n::CalendarItem2 > getCalendarItems(
|
||||||
|
@@ -601,7 +601,7 @@ oslGenericFunction SAL_CALL lcl_LookupTableHelper::getFunctionSymbolByName(
|
|||||||
|
|
||||||
Sequence< CalendarItem2 > &LocaleDataImpl::getCalendarItemByName(const OUString& name,
|
Sequence< CalendarItem2 > &LocaleDataImpl::getCalendarItemByName(const OUString& name,
|
||||||
const Locale& rLocale, const Sequence< Calendar2 >& calendarsSeq, sal_Int16 item)
|
const Locale& rLocale, const Sequence< Calendar2 >& calendarsSeq, sal_Int16 item)
|
||||||
throw(RuntimeException)
|
throw(RuntimeException, std::exception)
|
||||||
{
|
{
|
||||||
if (!ref_name.equals(name)) {
|
if (!ref_name.equals(name)) {
|
||||||
OUString aLocStr, id;
|
OUString aLocStr, id;
|
||||||
|
Reference in New Issue
Block a user