Kaydet (Commit) 021ba5cc authored tarafından Noel Grandin's avatar Noel Grandin

cid#707431 Uncaught exception

Change-Id: Icc5bea5e3e1d3782dfc6ca200ba24303945cb72c
üst 727ea1e4
......@@ -2350,7 +2350,8 @@ bool Content::storeData( const uno::Reference< io::XInputStream >& xData,
const uno::Reference<
ucb::XCommandEnvironment >& xEnv )
throw ( ucb::CommandFailedException,
task::DocumentPasswordRequest )
task::DocumentPasswordRequest,
css::uno::RuntimeException )
{
osl::Guard< osl::Mutex > aGuard( m_aMutex );
......
......@@ -144,7 +144,8 @@ private:
const com::sun::star::uno::Reference<
com::sun::star::ucb::XCommandEnvironment >& xEnv )
throw ( ::com::sun::star::ucb::CommandFailedException,
::com::sun::star::task::DocumentPasswordRequest );
::com::sun::star::task::DocumentPasswordRequest,
css::uno::RuntimeException );
bool renameData( const com::sun::star::uno::Reference<
com::sun::star::ucb::XContentIdentifier >& xOldId,
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