summaryrefslogtreecommitdiff
path: root/sc/inc/chartuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-27 09:22:36 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-27 11:14:31 +0000
commit39fac0c7baa93ce46f871f1795c2f46c7be798f8 (patch)
treecdb49111e60549281d9cc13c1297a0325f57ef12 /sc/inc/chartuno.hxx
parent481d9840abbad3d6a56a5f1c504591a38630328f (diff)
coverity#1158328 Uncaught exception
Change-Id: I143b5614a2fcc0d6ec9a956c619503730fb683d7
Diffstat (limited to 'sc/inc/chartuno.hxx')
-rw-r--r--sc/inc/chartuno.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/chartuno.hxx b/sc/inc/chartuno.hxx
index 1426f46406ab..ca667e2ac151 100644
--- a/sc/inc/chartuno.hxx
+++ b/sc/inc/chartuno.hxx
@@ -169,7 +169,8 @@ public:
getRanges( ) throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL setRanges( const ::com::sun::star::uno::Sequence<
::com::sun::star::table::CellRangeAddress >& aRanges )
- throw(::com::sun::star::uno::RuntimeException);
+ throw(::com::sun::star::uno::RuntimeException,
+ std::exception);
// XEmbeddedObjectSupplier
virtual ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent > SAL_CALL