summaryrefslogtreecommitdiff
path: root/i18npool/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-14 11:02:54 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-14 11:14:03 +0000
commit996edbce872ae6c239aa3c82582c0c6c37baa715 (patch)
tree643381a5c897e759bb9689638a4aeedc4926a30e /i18npool/inc
parent44ffbca37c93074b8574b51bffdc44b8461510df (diff)
coverity#1398584 Uncaught exception
Change-Id: Ic5a269bee9cf1e481cd107d36dc190adc9715af5
Diffstat (limited to 'i18npool/inc')
-rw-r--r--i18npool/inc/localedata.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/inc/localedata.hxx b/i18npool/inc/localedata.hxx
index 636b6275535a..58e1f798a1f6 100644
--- a/i18npool/inc/localedata.hxx
+++ b/i18npool/inc/localedata.hxx
@@ -142,7 +142,7 @@ private:
const sal_Int16 nCalendar,
const css::lang::Locale & rLocale,
const css::uno::Sequence< css::i18n::Calendar2 > & calendarsSeq )
- throw( css::uno::RuntimeException );
+ throw( css::uno::RuntimeException, std::exception );
};