diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-25 10:12:18 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-25 10:45:21 +0000 |
commit | c9c4536b46d7e429d5a0ebc3f195bf90a72dd13e (patch) | |
tree | 96dbd02d03447c67cdf9c65b5cf8ebc5f82de295 /sc/inc | |
parent | 4e640fef8ff1a7e31f56d406f6c010676499c711 (diff) |
coverity#737632 Uncaught exception
Change-Id: I3faaddd4e9ecba80ab6dae8a20822374431b7c34
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/nameuno.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/nameuno.hxx b/sc/inc/nameuno.hxx index 463aafb99b97..5d817f71218d 100644 --- a/sc/inc/nameuno.hxx +++ b/sc/inc/nameuno.hxx @@ -82,7 +82,8 @@ public: /// XNamedRange virtual OUString SAL_CALL getContent() throw(::com::sun::star::uno::RuntimeException); virtual void SAL_CALL setContent( const OUString& aContent ) - throw(::com::sun::star::uno::RuntimeException); + throw (::com::sun::star::uno::RuntimeException, + std::exception); virtual ::com::sun::star::table::CellAddress SAL_CALL getReferencePosition() throw(::com::sun::star::uno::RuntimeException); virtual void SAL_CALL setReferencePosition( |