mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 03:55:47 +08:00
The writing code for converting hwp format and fixed bugs
This commit is contained in:
@ -89,7 +89,7 @@ bool CCompoundFile::Read(const CDirectoryEntry& oEntry, CHWPStream& oBuffer)
|
||||
|
||||
if (oEntry.GetStreamSize() < m_nMiniStreamCutoffSize)
|
||||
{
|
||||
if ( m_arDirectoryEntries.empty())
|
||||
if (m_arDirectoryEntries.empty())
|
||||
return false;
|
||||
|
||||
arStreamContainerSectors = m_arDirectoryEntries.at(0)->GetSecNums();
|
||||
@ -509,7 +509,6 @@ void CCompoundFile::ParseDirectorySector(CHWPStream& oBuffer)
|
||||
{
|
||||
oBuffer.MoveTo(64 + nIndex);
|
||||
|
||||
//TODO:: проверить данный момент
|
||||
short shEntryNameLen;
|
||||
STRING sDirectiryEnryName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user