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

cid#707433 Uncaught exception

Change-Id: I57581f61dcb83aac83673b8fe040981e28b320ba
üst 021ba5cc
...@@ -486,7 +486,7 @@ uno::Reference< io::XStream > ...@@ -486,7 +486,7 @@ uno::Reference< io::XStream >
ContentProvider::queryStream( const OUString & rUri, ContentProvider::queryStream( const OUString & rUri,
const OUString & rPassword, const OUString & rPassword,
bool bTruncate ) const bool bTruncate ) const
throw ( packages::WrongPasswordException ) throw ( packages::WrongPasswordException, uno::RuntimeException )
{ {
if ( m_xStgElemFac.is() ) if ( m_xStgElemFac.is() )
{ {
......
...@@ -134,7 +134,8 @@ public: ...@@ -134,7 +134,8 @@ public:
queryStream( const OUString & rUri, queryStream( const OUString & rUri,
const OUString & rPassword, const OUString & rPassword,
bool bTruncate ) const bool bTruncate ) const
throw ( com::sun::star::packages::WrongPasswordException ); throw ( com::sun::star::packages::WrongPasswordException,
css::uno::RuntimeException );
bool queryNamesOfChildren( bool queryNamesOfChildren(
const OUString & rUri, 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