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/source | |
parent | 0d39bb06509a4b782123e14a98b1b3e699c235ab (diff) |
coverity#738287 Uncaught exception
Change-Id: Ib96d9b0c695f25b4ac1f26c95309d9990278bd00
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/unocore/unotbl.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unotbl.cxx b/sw/source/core/unocore/unotbl.cxx index 148d26254657..a3b8a84bffbf 100644 --- a/sw/source/core/unocore/unotbl.cxx +++ b/sw/source/core/unocore/unotbl.cxx @@ -1780,7 +1780,8 @@ sal_Bool SwXTextTableCursor::mergeRange() return bRet; } -sal_Bool SwXTextTableCursor::splitRange(sal_Int16 Count, sal_Bool Horizontal) throw( uno::RuntimeException ) +sal_Bool SwXTextTableCursor::splitRange(sal_Int16 Count, sal_Bool Horizontal) + throw (uno::RuntimeException, std::exception) { SolarMutexGuard aGuard; if (Count <= 0) |