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

coverity#1309265 Uncaught exception

Change-Id: I879b55c919edff1e146edd8a83bce6e5e9e699b5
üst 9216e5ef
...@@ -200,7 +200,7 @@ private: ...@@ -200,7 +200,7 @@ private:
const com::sun::star::ucb::GlobalTransferCommandArgument2 & rArg, const com::sun::star::ucb::GlobalTransferCommandArgument2 & rArg,
const com::sun::star::uno::Reference< const com::sun::star::uno::Reference<
com::sun::star::ucb::XCommandEnvironment >& xEnv ) com::sun::star::ucb::XCommandEnvironment >& xEnv )
throw( com::sun::star::uno::Exception ); throw( com::sun::star::uno::Exception, std::exception );
com::sun::star::uno::Any checkIn( const com::sun::star::ucb::CheckinArgument& rArg, com::sun::star::uno::Any checkIn( const com::sun::star::ucb::CheckinArgument& rArg,
const com::sun::star::uno::Reference< const com::sun::star::uno::Reference<
......
...@@ -1684,7 +1684,7 @@ UniversalContentBroker::getCommandInfo() ...@@ -1684,7 +1684,7 @@ UniversalContentBroker::getCommandInfo()
void UniversalContentBroker::globalTransfer( void UniversalContentBroker::globalTransfer(
const ucb::GlobalTransferCommandArgument2 & rArg, const ucb::GlobalTransferCommandArgument2 & rArg,
const uno::Reference< ucb::XCommandEnvironment > & xEnv ) const uno::Reference< ucb::XCommandEnvironment > & xEnv )
throw( uno::Exception ) throw( uno::Exception, std::exception )
{ {
// Use own command environment with own interaction handler intercepting // Use own command environment with own interaction handler intercepting
// some interaction requests that shall not be handled by the user-supplied // some interaction requests that shall not be handled by the user-supplied
......
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