Kaydet (Commit) 0ac9d7a4 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#983993 Uncaught exception

Change-Id: I3321f847e6aeb3435f8c2dc77c495d1d4c027007
üst 2dc4632f
......@@ -638,7 +638,7 @@ uno::Reference< io::XInputStream > DAVResourceAccess::POST(
const OUString & rReferer,
const uno::Reference< io::XInputStream > & rInputStream,
const uno::Reference< ucb::XCommandEnvironment >& xEnv )
throw ( DAVException )
throw (css::uno::RuntimeException, DAVException)
{
initialize();
......
......@@ -171,7 +171,7 @@ public:
com::sun::star::io::XInputStream > & rInputStream,
const com::sun::star::uno::Reference<
com::sun::star::ucb::XCommandEnvironment >& xEnv )
throw ( DAVException );
throw (css::uno::RuntimeException, DAVException);
void
POST( const OUString & rContentType,
......
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