summaryrefslogtreecommitdiff
path: root/sc/inc/appluno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-24 12:45:27 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-24 12:53:13 +0000
commit687f46d608ba2f5c0d9c55c5e013e2afd74f8d3a (patch)
treee526663afb99fe96facd232296336f62182a9df6 /sc/inc/appluno.hxx
parent4e95a50d8b9a404caa63b0d329d0e43b63a20668 (diff)
coverity#737354 Uncaught exception
Change-Id: Iedbff972ef4fba9b0fa877db76a1e9b099223279
Diffstat (limited to 'sc/inc/appluno.hxx')
-rw-r--r--sc/inc/appluno.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/inc/appluno.hxx b/sc/inc/appluno.hxx
index b63fdab835ee..66095512af63 100644
--- a/sc/inc/appluno.hxx
+++ b/sc/inc/appluno.hxx
@@ -163,9 +163,10 @@ public:
::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue(
const OUString& PropertyName )
- 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& aPropertyName,
const ::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertyChangeListener >& xListener )