summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 12:39:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 14:27:32 +0000
commitf9e5d93229f48a11350ba74ac3058cdf59c0364d (patch)
treee599a2f2ca47096c4058e8de426aa0bc4763cf85 /sw/inc
parent9c83424521c2f5eeec5c3d9b4e2507ab1175b830 (diff)
coverity#738121 Uncaught exception
Change-Id: I4c140fc4b5da03ca3dedbb123ac7130cc91b9e90
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unochart.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/inc/unochart.hxx b/sw/inc/unochart.hxx
index 9ee0f78ae2e4..a6d030106829 100644
--- a/sw/inc/unochart.hxx
+++ b/sw/inc/unochart.hxx
@@ -310,7 +310,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 ::com::sun::star::uno::Sequence< OUString > SAL_CALL generateLabel( ::com::sun::star::chart2::data::LabelOrigin eLabelOrigin ) throw (::com::sun::star::uno::RuntimeException);
+ 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);
virtual ::sal_Int32 SAL_CALL getNumberFormatKeyByIndex( ::sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
// XTextualDataSequence