summaryrefslogtreecommitdiffstats
path: root/i18npool/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-09-03 18:51:53 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-09-03 18:51:53 +0100
commit1b3980564f518a3bbc871307807eb151cd02ea1a (patch)
tree7067b27e460a084dff2e8607e06568324ab85de4 /i18npool/inc
parentcoverity#1372446 Uncaught exception (diff)
downloadcore-1b3980564f518a3bbc871307807eb151cd02ea1a.tar.gz
core-1b3980564f518a3bbc871307807eb151cd02ea1a.zip
coverity#1372445 Uncaught exception
Change-Id: If28494c8727504c6f995576b59e6c79995e405a0
Diffstat (limited to 'i18npool/inc')
-rw-r--r--i18npool/inc/indexentrysupplier_default.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/inc/indexentrysupplier_default.hxx b/i18npool/inc/indexentrysupplier_default.hxx
index e9ffbd0769ef..79934b2016d3 100644
--- a/i18npool/inc/indexentrysupplier_default.hxx
+++ b/i18npool/inc/indexentrysupplier_default.hxx
@@ -84,7 +84,7 @@ public:
Index(const css::uno::Reference < css::uno::XComponentContext >& rxContext);
~Index();
- void init(const css::lang::Locale& rLocale, const OUString& algorithm) throw (css::uno::RuntimeException);
+ void init(const css::lang::Locale& rLocale, const OUString& algorithm) throw (css::uno::RuntimeException, std::exception);
void makeIndexKeys(const css::lang::Locale &rLocale, const OUString &algorithm) throw (css::uno::RuntimeException, std::exception);
sal_Int16 getIndexWeight(const OUString& rIndexEntry);