summaryrefslogtreecommitdiff
path: root/sc/inc/chartuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-29 15:36:05 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-29 16:41:32 +0000
commit3a02f0334ece2e8d175c2bb86b69a9450999d3f0 (patch)
treee06744981631c82e1245390272397bf80523545e /sc/inc/chartuno.hxx
parentb56597adda5ee848113f76c002da8e811dfc02f7 (diff)
coverity#1079001 Uncaught exception
Change-Id: I0f477b798fbf0803a88bc785ce5ce33358c374c3
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 ca667e2ac151..c4030487493d 100644
--- a/sc/inc/chartuno.hxx
+++ b/sc/inc/chartuno.hxx
@@ -67,7 +67,8 @@ public:
const ::com::sun::star::uno::Sequence<
::com::sun::star::table::CellRangeAddress >& aRanges,
sal_Bool bColumnHeaders, sal_Bool bRowHeaders )
- throw(::com::sun::star::uno::RuntimeException);
+ throw(::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual void SAL_CALL removeByName( const OUString& aName )
throw(::com::sun::star::uno::RuntimeException);