summaryrefslogtreecommitdiff
path: root/i18npool/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-11-11 17:29:26 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-11-11 17:29:26 +0000
commit9f90d987901f9f69e78370705a7f000f5d7d4902 (patch)
tree398f23d43f54e4f17621d9fb6f42908432608822 /i18npool/source
parent2dbe457fbcd99ea09e5a97b39e216e575c260cbe (diff)
coverity#1338602 Uncaught exception
Change-Id: I81c71c02888e9c5cab28e77c1464dd5f6d4c1ee5
Diffstat (limited to 'i18npool/source')
-rw-r--r--i18npool/source/localedata/localedata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/localedata/localedata.cxx b/i18npool/source/localedata/localedata.cxx
index 661822a830b6..4fef02042bfb 100644
--- a/i18npool/source/localedata/localedata.cxx
+++ b/i18npool/source/localedata/localedata.cxx
@@ -1207,7 +1207,7 @@ LocaleDataImpl::getForbiddenCharacters( const Locale& rLocale ) throw(RuntimeExc
}
OUString SAL_CALL
-LocaleDataImpl::getHangingCharacters( const Locale& rLocale ) throw(RuntimeException)
+LocaleDataImpl::getHangingCharacters( const Locale& rLocale ) throw(RuntimeException, std::exception)
{
MyFunc_Type func = reinterpret_cast<MyFunc_Type>(getFunctionSymbol( rLocale, "getForbiddenCharacters" ));