summaryrefslogtreecommitdiff
path: root/sc/inc/cursuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-23 20:16:50 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-23 20:35:31 +0000
commit4967f27136397b551307d344396ae7de8d34c81e (patch)
treec6eed437fdda4594e2a2ef7e6ecfe298f262a332 /sc/inc/cursuno.hxx
parent2de1ddd780eff44131b08c6c1f2326a70258a647 (diff)
coverity#1158399 Uncaught exception
Change-Id: I1217daedb7af3daf7b8d59f3dc5e68d50068d5e1
Diffstat (limited to 'sc/inc/cursuno.hxx')
-rw-r--r--sc/inc/cursuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/cursuno.hxx b/sc/inc/cursuno.hxx
index 8b3b4344d6c5..fba4a71e8646 100644
--- a/sc/inc/cursuno.hxx
+++ b/sc/inc/cursuno.hxx
@@ -51,7 +51,7 @@ public:
// XUsedAreaCursor
virtual void SAL_CALL gotoStartOfUsedArea( sal_Bool bExpand )
- throw(::com::sun::star::uno::RuntimeException);
+ throw(::com::sun::star::uno::RuntimeException, std::exception);
virtual void SAL_CALL gotoEndOfUsedArea( sal_Bool bExpand )
throw(::com::sun::star::uno::RuntimeException);