diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-29 11:13:42 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-29 13:23:52 +0000 |
commit | 1590e29eda3dc0ee52e105dceaad02cc1ce39f1a (patch) | |
tree | fba1f2f8d42421287394cc7ad79c0650a5dba2fa /sc/inc | |
parent | 4efedf4c9b1e0f88848b195a15152ebc76bb0a19 (diff) |
coverity#1158313 Uncaught exception
Change-Id: Ice180d260685f6c9971a5daec18bf98b329bd4be
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/viewuno.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/viewuno.hxx b/sc/inc/viewuno.hxx index dbcb96a430af..c0f37cbed020 100644 --- a/sc/inc/viewuno.hxx +++ b/sc/inc/viewuno.hxx @@ -341,7 +341,8 @@ public: virtual sal_Int32 SAL_CALL getSplitRow() throw(::com::sun::star::uno::RuntimeException, std::exception); virtual void SAL_CALL splitAtPosition( sal_Int32 nPixelX, sal_Int32 nPixelY ) - throw(::com::sun::star::uno::RuntimeException); + throw(::com::sun::star::uno::RuntimeException, + std::exception); // XViewFreezable virtual sal_Bool SAL_CALL hasFrozenPanes() throw(::com::sun::star::uno::RuntimeException); |