summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-24 09:33:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-24 09:46:20 +0000
commit2db20a6d2cc51a8bec911f8c8ccefa94f5d5a2e3 (patch)
tree644f1c746beb890dd757d387c9035bd221408d27 /sc/source
parent13905ab5826307654cfa45ad544a673946424fca (diff)
coverity#1158387 Uncaught exception
Change-Id: I8a058e4f5ef988f527c266926dcb7c1fd7d66a40
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/ui/unoobj/viewuno.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/viewuno.cxx b/sc/source/ui/unoobj/viewuno.cxx
index f26965795fe6..9b2376332a20 100644
--- a/sc/source/ui/unoobj/viewuno.cxx
+++ b/sc/source/ui/unoobj/viewuno.cxx
@@ -695,7 +695,8 @@ static void lcl_ShowObject( ScTabViewShell& rViewSh, ScDrawView& rDrawView, SdrO
}
sal_Bool SAL_CALL ScTabViewObj::select( const uno::Any& aSelection )
- throw(lang::IllegalArgumentException, uno::RuntimeException)
+ throw(lang::IllegalArgumentException, uno::RuntimeException,
+ std::exception)
{
SolarMutexGuard aGuard;
ScTabViewShell* pViewSh = GetViewShell();