summaryrefslogtreecommitdiff
path: root/sc/inc/cursuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-29 16:11:51 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-29 16:41:36 +0000
commitd61ae1f5ade012428b519cc23b24428fc89cd413 (patch)
tree81dc211d95a6429cdb753abb542b2d1717910e68 /sc/inc/cursuno.hxx
parentf5babb88f202d1e170be7047f91bb900de1c680a (diff)
coverity#737492 Uncaught exception
Change-Id: Icadfe5baf85d55ee57603dd8fe0cda19034a70a5
Diffstat (limited to 'sc/inc/cursuno.hxx')
-rw-r--r--sc/inc/cursuno.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/cursuno.hxx b/sc/inc/cursuno.hxx
index fba4a71e8646..983479596628 100644
--- a/sc/inc/cursuno.hxx
+++ b/sc/inc/cursuno.hxx
@@ -42,7 +42,9 @@ public:
// XSheetCellCursor
virtual void SAL_CALL collapseToCurrentRegion() throw(::com::sun::star::uno::RuntimeException);
- virtual void SAL_CALL collapseToCurrentArray() throw(::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL collapseToCurrentArray()
+ throw(::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual void SAL_CALL collapseToMergedArea() throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL expandToEntireColumns() throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL expandToEntireRows() throw(::com::sun::star::uno::RuntimeException);