summaryrefslogtreecommitdiff
path: root/linguistic/source/spelldsp.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-27 17:09:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-27 18:24:59 +0100
commit93e8257410378a4c45296049157d7344a69f7a5e (patch)
tree91bf97d3084299a2500d0fe7b6ebbd6bc80115bd /linguistic/source/spelldsp.cxx
parent345005495552a6b5e91e66eec6872dd359d0a164 (diff)
coverity#1308449 Uncaught exception
Change-Id: If9eea42dc28404dcf9e532fc72cdd1f12e9698b2
Diffstat (limited to 'linguistic/source/spelldsp.cxx')
-rw-r--r--linguistic/source/spelldsp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/spelldsp.cxx b/linguistic/source/spelldsp.cxx
index 11b4ebfcf47d..a23846506b09 100644
--- a/linguistic/source/spelldsp.cxx
+++ b/linguistic/source/spelldsp.cxx
@@ -281,7 +281,7 @@ bool SpellCheckerDispatcher::isValid_Impl(
LanguageType nLanguage,
const PropertyValues& rProperties,
bool bCheckDics)
- throw( RuntimeException, IllegalArgumentException )
+ throw( RuntimeException, IllegalArgumentException, std::exception )
{
MutexGuard aGuard( GetLinguMutex() );