Kaydet (Commit) 11066aca authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

cmisucp: catch the exception when getting CMIS object

Fixes crashers like the one when cancelling authentication request.
The error message are still not meaningful for the user, but this would
require libcmis API changes.

Change-Id: I22afbf4d39522a2b0dbd043a68dfef2b9308dcec
üst ddefa2de
......@@ -188,7 +188,7 @@ public:
queryCreatableContentsInfo( const com::sun::star::uno::Reference< com::sun::star::ucb::XCommandEnvironment >& xEnv )
throw( com::sun::star::uno::RuntimeException );
libcmis::ObjectPtr getObject( );
libcmis::ObjectPtr getObject( ) throw ( libcmis::Exception );
};
}
......
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