summaryrefslogtreecommitdiff
path: root/sw/inc/unochart.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 12:48:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 14:27:33 +0000
commit1edbac5f1252cc913167b34ee8daf047ae97e965 (patch)
tree26b1a35a5fe0f0cecfd61815133c69c22af4a163 /sw/inc/unochart.hxx
parenta87f6040949023819827ff81eed1bd91430d49d6 (diff)
coverity#738123 Uncaught exception
Change-Id: I2faa8d2ae1a1843ce804f31d53b294a44ebfa755
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 368e0aac16a3..400b20110bc3 100644
--- a/sw/inc/unochart.hxx
+++ b/sw/inc/unochart.hxx
@@ -321,7 +321,9 @@ public:
std::exception);
// XNumericalDataSequence
- virtual ::com::sun::star::uno::Sequence< double > SAL_CALL getNumericalData( ) throw (::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::uno::Sequence< double > SAL_CALL getNumericalData()
+ throw (::com::sun::star::uno::RuntimeException,
+ std::exception);
// XCloneable
virtual ::com::sun::star::uno::Reference< ::com::sun::star::util::XCloneable > SAL_CALL createClone( ) throw (::com::sun::star::uno::RuntimeException);