Kaydet (Commit) 2dc4632f authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#983994 Uncaught exception

Change-Id: Ie74924e0222f9d3fbb3bcbae9242399f50b64a18
üst d6e0201f
......@@ -702,7 +702,7 @@ void DAVResourceAccess::POST(
const uno::Reference< io::XInputStream > & rInputStream,
uno::Reference< io::XOutputStream > & rOutputStream,
const uno::Reference< ucb::XCommandEnvironment >& xEnv )
throw ( DAVException )
throw (css::uno::RuntimeException, DAVException)
{
initialize();
......
......@@ -182,7 +182,7 @@ public:
com::sun::star::io::XOutputStream > & rOutputStream,
const com::sun::star::uno::Reference<
com::sun::star::ucb::XCommandEnvironment >& xEnv )
throw ( DAVException );
throw (css::uno::RuntimeException, DAVException);
void
MKCOL( 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