summaryrefslogtreecommitdiff
path: root/sc/inc/chart2uno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-27 09:13:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-27 11:14:28 +0000
commit650c66908a87c16bb0c96c06c914af18581043b3 (patch)
tree119c7895ef6a817923290daa2f7eafbcd45facbd /sc/inc/chart2uno.hxx
parent5c1d8983c2cb6602c45659263bc65951947f00c4 (diff)
coverity#1158334 Uncaught exception
Change-Id: I7480245001236a6fa32701459087044c2ebe1131
Diffstat (limited to 'sc/inc/chart2uno.hxx')
-rw-r--r--sc/inc/chart2uno.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/inc/chart2uno.hxx b/sc/inc/chart2uno.hxx
index 5650f27f7c52..c42db93381f8 100644
--- a/sc/inc/chart2uno.hxx
+++ b/sc/inc/chart2uno.hxx
@@ -286,9 +286,10 @@ public:
virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue(
const OUString& rPropertyName)
- throw( ::com::sun::star::beans::UnknownPropertyException,
- ::com::sun::star::lang::WrappedTargetException,
- ::com::sun::star::uno::RuntimeException);
+ throw(::com::sun::star::beans::UnknownPropertyException,
+ ::com::sun::star::lang::WrappedTargetException,
+ ::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual void SAL_CALL addPropertyChangeListener(
const OUString& rPropertyName,