diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-25 10:03:51 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-25 10:45:19 +0000 |
commit | 9e03658551fc9f7a5f3cb46b0f58bca04b61b259 (patch) | |
tree | b3cc0738009ecff1f0bb545e594e8d893944b4b4 /sc/inc | |
parent | eddc4b1046c391157d9672636870f5e8d31ba86f (diff) |
coverity#737615 Uncaught exception
Change-Id: I9005fcdec6e258d274657b44786e3a2729418005
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/funcuno.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/inc/funcuno.hxx b/sc/inc/funcuno.hxx index 96fe3c1be560..6dd8a8211e38 100644 --- a/sc/inc/funcuno.hxx +++ b/sc/inc/funcuno.hxx @@ -81,9 +81,10 @@ public: const OUString& aName, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments ) - throw(::com::sun::star::container::NoSuchElementException, - ::com::sun::star::lang::IllegalArgumentException, - ::com::sun::star::uno::RuntimeException); + throw (::com::sun::star::container::NoSuchElementException, + ::com::sun::star::lang::IllegalArgumentException, + ::com::sun::star::uno::RuntimeException, + std::exception); // XPropertySet virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > |