diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-10 10:53:58 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-10 11:21:13 +0000 |
commit | 1439c0de1b1bdb25426a68357da75b20ebe0d9e5 (patch) | |
tree | 6a507a5ddd768f6753ac137349072e75ac683ca3 /sc/inc/docuno.hxx | |
parent | 8c002d6f1a50b6f0c6fe6cb3f25d426f6196e259 (diff) |
coverity#1078996 Uncaught exception
Change-Id: Ib1a50408016c61c9ddd26c74e22810567009996e
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r-- | sc/inc/docuno.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx index 907f2021e371..e6f53f7f3314 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -426,7 +426,8 @@ public: std::exception); virtual void SAL_CALL copyByName( const OUString& aName, const OUString& aCopy, sal_Int16 nDestination ) - throw(::com::sun::star::uno::RuntimeException); + throw(::com::sun::star::uno::RuntimeException, + std::exception); /// XSpreadsheets2 virtual sal_Int32 SAL_CALL importSheet( |