From f917ada4d7cd7b8e69036dbf10c06b83473dc6c7 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 25 Feb 2014 12:49:15 +0000 Subject: coverity#738124 Uncaught exception Change-Id: Ie98b9e22e6d6c75b5f8e13a1df793c99fa6a34df --- sw/inc/unochart.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sw/inc') diff --git a/sw/inc/unochart.hxx b/sw/inc/unochart.hxx index 400b20110bc3..2e3e9f2c92b3 100644 --- a/sw/inc/unochart.hxx +++ b/sw/inc/unochart.hxx @@ -309,7 +309,9 @@ public: // XDataSequence virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > SAL_CALL getData( ) throw (::com::sun::star::uno::RuntimeException); - virtual OUString SAL_CALL getSourceRangeRepresentation( ) throw (::com::sun::star::uno::RuntimeException); + virtual OUString SAL_CALL getSourceRangeRepresentation() + throw (::com::sun::star::uno::RuntimeException, + std::exception); virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL generateLabel( ::com::sun::star::chart2::data::LabelOrigin eLabelOrigin ) throw (::com::sun::star::uno::RuntimeException, std::exception); -- cgit v1.2.3