diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-27 12:33:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-27 14:38:35 +0000 |
commit | f8ca1aa514308db08bb6a6173d03ec5c1f0d2b2a (patch) | |
tree | 3044b55c2532ea813c19587cc157d329122d1eed /sc/inc/docuno.hxx | |
parent | b9a2c2e58c1544b81d09a9c4dbe1d21d11c1f5ed (diff) |
coverity#1158322 Uncaught exception
Change-Id: I213562d62f0b0e798f88ade4bc654c6d8a6c53fa
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r-- | sc/inc/docuno.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx index 952c1f54f53d..56ec90956663 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -575,7 +575,8 @@ public: const OUString& PropertyName ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, - ::com::sun::star::uno::RuntimeException); + ::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 ) |