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

coverity#1103732 Uncaught exception

Change-Id: I3585421107776969efc0888cb581c004cc2aef67
üst 0c039a25
......@@ -1071,7 +1071,7 @@ namespace cmis
}
uno::Sequence< document::CmisVersion> Content::getAllVersions( const uno::Reference< ucb::XCommandEnvironment > & xEnv )
throw( uno::Exception )
throw( uno::Exception, std::exception )
{
try
{
......
......@@ -121,7 +121,8 @@ private:
com::sun::star::uno::Sequence< com::sun::star::document::CmisVersion >
getAllVersions( const com::sun::star::uno::Reference< com::sun::star::ucb::XCommandEnvironment > & xEnv )
throw( com::sun::star::uno::Exception );
throw(com::sun::star::uno::Exception,
std::exception);
sal_Bool feedSink( com::sun::star::uno::Reference< com::sun::star::uno::XInterface> aSink,
const com::sun::star::uno::Reference< com::sun::star::ucb::XCommandEnvironment >& xEnv );
......
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