Kaydet (Commit) 619d349f authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1209902 Uncaught exception

Change-Id: Ic2a4b97e7b2d1db4f37a10b9fbd153d025613bd3
üst fe6308ac
...@@ -3262,7 +3262,7 @@ SAL_WNODEPRECATED_DECLARATIONS_POP ...@@ -3262,7 +3262,7 @@ SAL_WNODEPRECATED_DECLARATIONS_POP
Content::ResourceType Content::getResourceType( Content::ResourceType Content::getResourceType(
const uno::Reference< ucb::XCommandEnvironment >& xEnv ) const uno::Reference< ucb::XCommandEnvironment >& xEnv )
throw ( uno::Exception ) throw ( uno::Exception, std::exception )
{ {
SAL_WNODEPRECATED_DECLARATIONS_PUSH SAL_WNODEPRECATED_DECLARATIONS_PUSH
std::auto_ptr< DAVResourceAccess > xResAccess; std::auto_ptr< DAVResourceAccess > xResAccess;
......
...@@ -138,7 +138,7 @@ private: ...@@ -138,7 +138,7 @@ private:
ResourceType ResourceType
getResourceType( const ::com::sun::star::uno::Reference< getResourceType( 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 );
SAL_WNODEPRECATED_DECLARATIONS_PUSH SAL_WNODEPRECATED_DECLARATIONS_PUSH
ResourceType ResourceType
......
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