diff options
Diffstat (limited to 'i18npool/inc')
-rw-r--r-- | i18npool/inc/localedata.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/inc/localedata.hxx b/i18npool/inc/localedata.hxx index ae33218583d3..636b6275535a 100644 --- a/i18npool/inc/localedata.hxx +++ b/i18npool/inc/localedata.hxx @@ -132,7 +132,7 @@ private: getCalendarItemByName(const OUString& name, const css::lang::Locale& rLocale, 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. css::uno::Sequence< css::i18n::CalendarItem2 > getCalendarItems( |