summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 13:13:09 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 14:27:40 +0000
commit0d39bb06509a4b782123e14a98b1b3e699c235ab (patch)
tree4c6d2caf5b98724605c806cbc78a21f87497c154 /sw/inc
parent062249564863659e6e10f9ab34c74792dcbef8dd (diff)
coverity#738285 Uncaught exception
Change-Id: I56803135e3740ad72c8abe56ff124dbaa91a5411
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unotbl.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx
index fd898ef7a963..f6fc9e73be1f 100644
--- a/sw/inc/unotbl.hxx
+++ b/sw/inc/unotbl.hxx
@@ -236,7 +236,9 @@ public:
virtual sal_Bool SAL_CALL goDown( sal_Int16 nCount, sal_Bool bExpand ) throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL gotoStart( sal_Bool bExpand ) throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL gotoEnd( sal_Bool bExpand ) throw(::com::sun::star::uno::RuntimeException);
- virtual sal_Bool SAL_CALL mergeRange( ) throw(::com::sun::star::uno::RuntimeException);
+ virtual sal_Bool SAL_CALL mergeRange()
+ throw (::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual sal_Bool SAL_CALL splitRange( sal_Int16 Count, sal_Bool Horizontal ) throw(::com::sun::star::uno::RuntimeException);
//XPropertySet