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 >
ContentProvider::queryStream( const OUString & rUri,
const OUString & rPassword,
bool bTruncate ) const
throw ( packages::WrongPasswordException )
throw ( packages::WrongPasswordException, uno::RuntimeException )
{
if ( m_xStgElemFac.is() )
{
......
......@@ -134,7 +134,8 @@ public:
queryStream( const OUString & rUri,
const OUString & rPassword,
bool bTruncate ) const
throw ( com::sun::star::packages::WrongPasswordException );
throw ( com::sun::star::packages::WrongPasswordException,
css::uno::RuntimeException );
bool queryNamesOfChildren(
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