Kaydet (Commit) 593c3101 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1209903 Uncaught exception

Change-Id: Ic1ef4158a2ec3796678314fcb7c87faba29dd035
üst 619d349f
...@@ -2930,7 +2930,7 @@ bool Content::exchangeIdentity( ...@@ -2930,7 +2930,7 @@ bool Content::exchangeIdentity(
bool Content::isFolder( bool Content::isFolder(
const uno::Reference< ucb::XCommandEnvironment >& xEnv ) const uno::Reference< ucb::XCommandEnvironment >& xEnv )
throw( uno::Exception ) throw( uno::Exception, std::exception )
{ {
{ {
osl::MutexGuard aGuard( m_aMutex ); osl::MutexGuard aGuard( m_aMutex );
......
...@@ -106,7 +106,7 @@ private: ...@@ -106,7 +106,7 @@ private:
bool isFolder( const ::com::sun::star::uno::Reference< bool isFolder( 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::Reference< ::com::sun::star::sdbc::XRow > ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow >
getPropertyValues( const ::com::sun::star::uno::Sequence< getPropertyValues( const ::com::sun::star::uno::Sequence<
......
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