summaryrefslogtreecommitdiff
path: root/sc/inc/chartuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-29 15:37:15 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-29 16:41:32 +0000
commit9bd0e895a4c937f1f831aab1cca6f2e94387260b (patch)
treecfc543fd34317c85246e169d4100ca3d6b8429ab /sc/inc/chartuno.hxx
parent3a02f0334ece2e8d175c2bb86b69a9450999d3f0 (diff)
coverity#1079000 Uncaught exception
Change-Id: I7ffee42abe03c34d68b6168328143666d72e7efc
Diffstat (limited to 'sc/inc/chartuno.hxx')
-rw-r--r--sc/inc/chartuno.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/chartuno.hxx b/sc/inc/chartuno.hxx
index c4030487493d..317e9ca5dc9d 100644
--- a/sc/inc/chartuno.hxx
+++ b/sc/inc/chartuno.hxx
@@ -135,7 +135,8 @@ protected:
// ::comphelper::OPropertySetHelper
virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper();
virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue )
- throw (::com::sun::star::uno::Exception);
+ throw (::com::sun::star::uno::Exception,
+ std::exception);
using ::cppu::OPropertySetHelper::getFastPropertyValue;
virtual void SAL_CALL getFastPropertyValue( ::com::sun::star::uno::Any& rValue, sal_Int32 nHandle ) const;