From b3b5cff75bf4f81dd86255d944809d45996c734c Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 27 Jun 2015 17:10:31 +0100 Subject: coverity#1308450 Uncaught exception Change-Id: Ie169ba629c01428df6527d625a700a98f18bbaa1 --- ucb/source/ucp/webdav-neon/webdavcontent.cxx | 2 +- ucb/source/ucp/webdav-neon/webdavcontent.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx index 065d013ae0e8..a312328edab3 100644 --- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx +++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx @@ -2487,7 +2487,7 @@ void Content::insert( void Content::transfer( const ucb::TransferInfo & rArgs, const uno::Reference< ucb::XCommandEnvironment >& Environment ) - throw( uno::Exception ) + throw( uno::Exception, std::exception ) { uno::Reference< ucb::XContentIdentifier > xIdentifier; uno::Reference< ucb::XContentProvider > xProvider; diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.hxx b/ucb/source/ucp/webdav-neon/webdavcontent.hxx index a98b244675d1..78eaf21391aa 100644 --- a/ucb/source/ucp/webdav-neon/webdavcontent.hxx +++ b/ucb/source/ucp/webdav-neon/webdavcontent.hxx @@ -171,7 +171,7 @@ private: void transfer( const ::com::sun::star::ucb::TransferInfo & rArgs, const com::sun::star::uno::Reference< com::sun::star::ucb::XCommandEnvironment >& Environment ) - throw( ::com::sun::star::uno::Exception ); + throw( ::com::sun::star::uno::Exception, std::exception ); // Command "delete" void destroy( bool bDeletePhysical ) -- cgit