cid#707431 Uncaught exception
Change-Id: Icc5bea5e3e1d3782dfc6ca200ba24303945cb72c
This commit is contained in:
parent
727ea1e4dd
commit
021ba5cc80
@ -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<
|
||||
|
Loading…
x
Reference in New Issue
Block a user