diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-25 13:14:19 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-25 14:27:41 +0000 |
commit | aeafceca82c7270fb158bbd0bbc3572ac8ae4f48 (patch) | |
tree | f5aa9164be2d7b5bde13e1bdcfea23d654bcf082 /sw/inc/unotbl.hxx | |
parent | 0d39bb06509a4b782123e14a98b1b3e699c235ab (diff) |
coverity#738287 Uncaught exception
Change-Id: Ib96d9b0c695f25b4ac1f26c95309d9990278bd00
Diffstat (limited to 'sw/inc/unotbl.hxx')
-rw-r--r-- | sw/inc/unotbl.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index f6fc9e73be1f..68929ee2295b 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -239,7 +239,9 @@ public: 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); + virtual sal_Bool SAL_CALL splitRange( sal_Int16 Count, sal_Bool Horizontal ) + throw (::com::sun::star::uno::RuntimeException, + std::exception); //XPropertySet virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw(::com::sun::star::uno::RuntimeException); |