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

coverity#706587 Uncaught exception

Change-Id: I33836bfc2d0e18a12774a9e65d814f50ae10d7b8
üst 80231ff4
......@@ -350,7 +350,7 @@ sal_Bool SAL_CALL OZipFileAccess::hasElements()
throw lang::DisposedException(THROW_WHERE );
if ( !m_pZipFile )
throw io::NotConnectedException(THROW_WHERE );
throw uno::RuntimeException(THROW_WHERE);
return ( m_pZipFile->GetEntryHash().size() != 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