coverity#1215314 Uncaught exception

Change-Id: I1e3e7db0a9dc29c991f4f8ddbdcb4f3564410fba
This commit is contained in:
Caolán McNamara
2014-05-23 09:23:47 +01:00
parent 9b62a52077
commit cb30efc79f
2 changed files with 2 additions and 2 deletions

View File

@@ -1939,7 +1939,7 @@ uno::Sequence< uno::Any > Content::setPropertyValues(
uno::Any Content::open( uno::Any Content::open(
const ucb::OpenCommandArgument3 & rArg, const ucb::OpenCommandArgument3 & rArg,
const uno::Reference< ucb::XCommandEnvironment > & xEnv ) const uno::Reference< ucb::XCommandEnvironment > & xEnv )
throw( uno::Exception ) throw (uno::Exception, std::exception)
{ {
uno::Any aRet; uno::Any aRet;

View File

@@ -154,7 +154,7 @@ private:
const com::sun::star::ucb::OpenCommandArgument3 & rArg, const com::sun::star::ucb::OpenCommandArgument3 & 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 (css::uno::Exception, std::exception);
// Command "post" // Command "post"
void post( const com::sun::star::ucb::PostCommandArgument2 & rArg, void post( const com::sun::star::ucb::PostCommandArgument2 & rArg,