diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-27 09:19:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-27 11:14:29 +0000 |
commit | 46fdb171095e399ca27b2c680fa738c6025252ac (patch) | |
tree | 6e86f5caf1c9e9daa4bde1bab12a07fb2b3c8dc5 /sc/inc/chart2uno.hxx | |
parent | cf218a8dc15d570a702d0a9a9183d23424b6d02a (diff) |
coverity#1158331 Uncaught exception
Change-Id: I554d454c29d72abeb36139979acf96f44c8b9e74
Diffstat (limited to 'sc/inc/chart2uno.hxx')
-rw-r--r-- | sc/inc/chart2uno.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/chart2uno.hxx b/sc/inc/chart2uno.hxx index 54739d521ef4..9af4f93155b2 100644 --- a/sc/inc/chart2uno.hxx +++ b/sc/inc/chart2uno.hxx @@ -251,7 +251,9 @@ public: // XDataSequence virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > - SAL_CALL getData() throw (::com::sun::star::uno::RuntimeException); + SAL_CALL getData() + throw (::com::sun::star::uno::RuntimeException, + std::exception); virtual OUString SAL_CALL getSourceRangeRepresentation() throw (::com::sun::star::uno::RuntimeException); virtual ::com::sun::star::uno::Sequence< OUString > |