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

cid#707434 Uncaught exception

Change-Id: Ibe227c7675723b337652f79ccce03f028cfe546f
üst 5da1b9c2
......@@ -408,7 +408,7 @@ ContentProvider::queryStorageClone( const OUString & rUri ) const
uno::Reference< io::XInputStream >
ContentProvider::queryInputStream( const OUString & rUri,
const OUString & rPassword ) const
throw ( packages::WrongPasswordException )
throw ( packages::WrongPasswordException, css::uno::RuntimeException )
{
if ( m_xStgElemFac.is() )
{
......
......@@ -122,7 +122,8 @@ public:
com::sun::star::uno::Reference< com::sun::star::io::XInputStream >
queryInputStream( const OUString & rUri,
const OUString & rPassword ) 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::XOutputStream >
queryOutputStream( 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