Kaydet (Commit) 3a1c2d9b authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#706589 Uncaught exception

Change-Id: I60820ab1ea8b13ed6d16e714cd22abce3c2588e5
üst 58edf512
...@@ -286,7 +286,7 @@ uno::Sequence< OUString > SAL_CALL OZipFileAccess::getElementNames() ...@@ -286,7 +286,7 @@ uno::Sequence< OUString > SAL_CALL OZipFileAccess::getElementNames()
throw lang::DisposedException(THROW_WHERE ); throw lang::DisposedException(THROW_WHERE );
if ( !m_pZipFile ) if ( !m_pZipFile )
throw io::NotConnectedException(THROW_WHERE ); throw uno::RuntimeException(THROW_WHERE);
uno::Sequence< OUString > aNames( m_pZipFile->GetEntryHash().size() ); uno::Sequence< OUString > aNames( m_pZipFile->GetEntryHash().size() );
sal_Int32 nLen = 0; sal_Int32 nLen = 0;
......
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