summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 12:50:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 14:27:34 +0000
commit2f989d2a828c3e6edc865d644e9ee38a941a3ee1 (patch)
tree729e05e7fbfecb862427de679deadf75ae5ce014 /sw/inc
parentf917ada4d7cd7b8e69036dbf10c06b83473dc6c7 (diff)
coverity#738125 Uncaught exception
Change-Id: I24e0ba15e8b01add792500ef3863515d591f4d95
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 2e3e9f2c92b3..0877fe47e935 100644
--- a/sw/inc/unochart.hxx
+++ b/sw/inc/unochart.hxx
@@ -308,7 +308,9 @@ public:
virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& aIdentifier ) throw(::com::sun::star::uno::RuntimeException);
// XDataSequence
- virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > SAL_CALL getData( ) throw (::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > SAL_CALL getData()
+ throw (::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual OUString SAL_CALL getSourceRangeRepresentation()
throw (::com::sun::star::uno::RuntimeException,
std::exception);