summaryrefslogtreecommitdiff
path: root/i18npool/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-11-11 17:32:19 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-11-11 17:32:19 +0000
commit2d30f347ccdc4539a695f04d91a3706d02a857e1 (patch)
tree9a75baa67f427845df8b45b667914980e536cfe8 /i18npool/source
parente9fcefe4640dfa0895dca703a37f27ea5b2e893c (diff)
coverity#1338598 Uncaught exception
Change-Id: I22047ed53eb59716e3da7c6e799867a666d35921
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 8bac0cb44c03..46a88745d401 100644
--- a/i18npool/source/localedata/localedata.cxx
+++ b/i18npool/source/localedata/localedata.cxx
@@ -1221,7 +1221,7 @@ LocaleDataImpl::getHangingCharacters( const Locale& rLocale ) throw(RuntimeExcep
}
Sequence< OUString > SAL_CALL
-LocaleDataImpl::getBreakIteratorRules( const Locale& rLocale ) throw(RuntimeException)
+LocaleDataImpl::getBreakIteratorRules( const Locale& rLocale ) throw(RuntimeException, std::exception)
{
MyFunc_Type func = reinterpret_cast<MyFunc_Type>(getFunctionSymbol( rLocale, "getBreakIteratorRules" ));