summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-29 16:13:37 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-29 16:41:37 +0000
commit77fbfa6c4454e20752a2f9345f73d5aa22eb54b6 (patch)
treeff7517ce3e9107b2304da16d2d7e9ec009480bc9 /sc/inc
parentd61ae1f5ade012428b519cc23b24428fc89cd413 (diff)
coverity#737449 Uncaught exception
Change-Id: I617f272a7ae80669eb26c0e7bfb6022a632be552
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/cellsuno.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index cde567b67c78..836237ec50ed 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -446,7 +446,8 @@ public:
virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess > SAL_CALL
findAll( const ::com::sun::star::uno::Reference<
::com::sun::star::util::XSearchDescriptor >& xDesc )
- throw(::com::sun::star::uno::RuntimeException);
+ throw(::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL
findFirst( const ::com::sun::star::uno::Reference<
::com::sun::star::util::XSearchDescriptor >& xDesc )