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

coverity#1309063 Uncaught exception

Change-Id: I4fa0f2c0bb139c5c0a95647fc84fef978d3149b9
üst dba9ab75
...@@ -2813,7 +2813,7 @@ void Content::lock( ...@@ -2813,7 +2813,7 @@ void Content::lock(
void Content::unlock( void Content::unlock(
const uno::Reference< ucb::XCommandEnvironment >& Environment ) const uno::Reference< ucb::XCommandEnvironment >& Environment )
throw( uno::Exception ) throw( uno::Exception, std::exception )
{ {
try try
{ {
......
...@@ -185,7 +185,7 @@ private: ...@@ -185,7 +185,7 @@ private:
// Command "unlock" // Command "unlock"
void unlock( const com::sun::star::uno::Reference< void unlock( const com::sun::star::uno::Reference<
com::sun::star::ucb::XCommandEnvironment >& Environment ) com::sun::star::ucb::XCommandEnvironment >& Environment )
throw( ::com::sun::star::uno::Exception ); throw( ::com::sun::star::uno::Exception, std::exception );
::com::sun::star::uno::Any MapDAVException( const DAVException & e, ::com::sun::star::uno::Any MapDAVException( const DAVException & e,
bool bWrite ); bool bWrite );
......
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