diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-24 09:32:59 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-24 09:46:19 +0000 |
commit | 13905ab5826307654cfa45ad544a673946424fca (patch) | |
tree | 0752d52cad4a85c157ebcb97331fb4ff351acc21 /sc/inc/viewuno.hxx | |
parent | 70f8d0ce223d723b8cdb5cb862ace8239d646073 (diff) |
coverity#1158388 Uncaught exception
Change-Id: Iac1719c5ea44369c7c0c323a0784a320af5d4e5a
Diffstat (limited to 'sc/inc/viewuno.hxx')
-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 fc97d4b6a88d..9b1dd4107dfc 100644 --- a/sc/inc/viewuno.hxx +++ b/sc/inc/viewuno.hxx @@ -332,7 +332,8 @@ public: virtual sal_Int32 SAL_CALL getSplitHorizontal() throw(::com::sun::star::uno::RuntimeException); virtual sal_Int32 SAL_CALL getSplitVertical() throw(::com::sun::star::uno::RuntimeException); virtual sal_Int32 SAL_CALL getSplitColumn() throw(::com::sun::star::uno::RuntimeException); - virtual sal_Int32 SAL_CALL getSplitRow() throw(::com::sun::star::uno::RuntimeException); + 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); |