summaryrefslogtreecommitdiffstats
path: root/i18npool/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-11-11 17:30:39 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-11-11 17:30:39 +0000
commit14e409188b2068e04c63201803039b250113ae37 (patch)
tree9e99f0c40862e828256ce4e4296c311ce980f258 /i18npool/source
parentcoverity#1338601 Uncaught exception (diff)
downloadcore-14e409188b2068e04c63201803039b250113ae37.tar.gz
core-14e409188b2068e04c63201803039b250113ae37.zip
coverity#1338600 Uncaught exception
Change-Id: I4a257a4eed1064a3fc09f6e2d37dbbc6be64a94c
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 7c6970d3dfee..771c0a5c110c 100644
--- a/i18npool/source/localedata/localedata.cxx
+++ b/i18npool/source/localedata/localedata.cxx
@@ -1377,7 +1377,7 @@ public:
};
Sequence< Reference<container::XIndexAccess> > SAL_CALL
-LocaleDataImpl::getOutlineNumberingLevels( const lang::Locale& rLocale ) throw(RuntimeException)
+LocaleDataImpl::getOutlineNumberingLevels( const lang::Locale& rLocale ) throw(RuntimeException, std::exception)
{
// load symbol
MyFunc_Type3 func = reinterpret_cast<MyFunc_Type3>(getFunctionSymbol( rLocale, "getOutlineNumberingLevels" ));