summaryrefslogtreecommitdiff
path: root/sw/inc/unochart.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 12:47:46 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 14:27:33 +0000
commita87f6040949023819827ff81eed1bd91430d49d6 (patch)
treebf17c55a48963bdf32167649b720cce04cfe25f1 /sw/inc/unochart.hxx
parentf9e5d93229f48a11350ba74ac3058cdf59c0364d (diff)
coverity#738122 Uncaught exception
Change-Id: Id8c3fb01c3c1c7cfbe774e05ce00f0d1904f2da1
Diffstat (limited to 'sw/inc/unochart.hxx')
-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 a6d030106829..368e0aac16a3 100644
--- a/sw/inc/unochart.hxx
+++ b/sw/inc/unochart.hxx
@@ -316,7 +316,9 @@ public:
virtual ::sal_Int32 SAL_CALL getNumberFormatKeyByIndex( ::sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
// XTextualDataSequence
- virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getTextualData( ) throw (::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getTextualData()
+ throw (::com::sun::star::uno::RuntimeException,
+ std::exception);
// XNumericalDataSequence
virtual ::com::sun::star::uno::Sequence< double > SAL_CALL getNumericalData( ) throw (::com::sun::star::uno::RuntimeException);