summaryrefslogtreecommitdiff
path: root/sc/inc/chartuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-27 09:21:59 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-27 11:14:30 +0000
commit481d9840abbad3d6a56a5f1c504591a38630328f (patch)
treeafdb96a8d8885a78a514bc21849ee16b7b737c5b /sc/inc/chartuno.hxx
parent433c7d160cd893cdbdf1ebcef91eed8e35fdb2d4 (diff)
coverity#1158329 Uncaught exception
Change-Id: I3a150c50de817f11f2bb115000b5562fba55166a
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 cc828bd3be53..1426f46406ab 100644
--- a/sc/inc/chartuno.hxx
+++ b/sc/inc/chartuno.hxx
@@ -163,7 +163,8 @@ public:
std::exception);
virtual sal_Bool SAL_CALL getHasRowHeaders() throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL setHasRowHeaders( sal_Bool bHasRowHeaders )
- throw(::com::sun::star::uno::RuntimeException);
+ throw(::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::table::CellRangeAddress > SAL_CALL
getRanges( ) throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL setRanges( const ::com::sun::star::uno::Sequence<