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

coverity#1309060 Uncaught exception

Change-Id: I9815d25807f19bdd87e4aca9348e95f521f4fdd8
üst b9bed0f9
...@@ -2772,7 +2772,7 @@ bool Content::supportsExclusiveWriteLock( ...@@ -2772,7 +2772,7 @@ bool Content::supportsExclusiveWriteLock(
void Content::lock( void Content::lock(
const uno::Reference< ucb::XCommandEnvironment >& Environment ) const uno::Reference< ucb::XCommandEnvironment >& Environment )
throw( uno::Exception ) throw( uno::Exception, std::exception )
{ {
try try
{ {
......
...@@ -180,7 +180,7 @@ private: ...@@ -180,7 +180,7 @@ private:
// Command "lock" // Command "lock"
void lock( const com::sun::star::uno::Reference< void lock( 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 );
// Command "unlock" // Command "unlock"
void unlock( const com::sun::star::uno::Reference< void unlock( const com::sun::star::uno::Reference<
......
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