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

cid#707435 Uncaught exception

Change-Id: I6c0195b3474e56191fc1ca8d7d251c8931815c11
üst fb0d1fc5
......@@ -446,7 +446,8 @@ uno::Reference< io::XOutputStream >
ContentProvider::queryOutputStream( const OUString & rUri,
const OUString & rPassword,
bool bTruncate ) const
throw ( packages::WrongPasswordException )
throw ( packages::WrongPasswordException,
uno::RuntimeException )
{
if ( m_xStgElemFac.is() )
{
......
......@@ -129,7 +129,8 @@ public:
queryOutputStream( const OUString & rUri,
const OUString & rPassword,
bool bTruncate ) const
throw ( com::sun::star::packages::WrongPasswordException );
throw ( com::sun::star::packages::WrongPasswordException,
css::uno::RuntimeException );
com::sun::star::uno::Reference< com::sun::star::io::XStream >
queryStream( const OUString & rUri,
......
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