Kaydet (Commit) b3b5cff7 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1308450 Uncaught exception

Change-Id: Ie169ba629c01428df6527d625a700a98f18bbaa1
üst 93e82574
......@@ -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;
......
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment