diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-25 13:12:15 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-25 14:27:40 +0000 |
commit | 062249564863659e6e10f9ab34c74792dcbef8dd (patch) | |
tree | 0958095498d3978e985d0fd4e7a83fedcf086e4a /sw/inc/unotbl.hxx | |
parent | c4ccc9fd660b8ab1c60e27c1d7c738dddd71941d (diff) |
coverity#738282 Uncaught exception
Change-Id: Ia5dd51a19778f370c85544a0fea9833ed6dff909
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 1b2a94cf270b..fd898ef7a963 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -605,7 +605,9 @@ public: virtual void SAL_CALL insertByIndex(sal_Int32 nIndex, sal_Int32 nCount) throw (::com::sun::star::uno::RuntimeException, std::exception); - virtual void SAL_CALL removeByIndex(sal_Int32 nIndex, sal_Int32 nCount) throw( ::com::sun::star::uno::RuntimeException ); + virtual void SAL_CALL removeByIndex(sal_Int32 nIndex, sal_Int32 nCount) + throw (::com::sun::star::uno::RuntimeException, + std::exception); //XServiceInfo virtual OUString SAL_CALL getImplementationName(void) throw( ::com::sun::star::uno::RuntimeException ); |