mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-10 23:03:14 +08:00
Fix CssCalculator, EpubTest, HWPFile
Checked: - Apple - HtmlFile2 - DesktopEditor\raster\Metafile - EpubFile - Fb2File - HWPFile - OFDFile
This commit is contained in:
@ -294,7 +294,7 @@ bool CHWPFile::Unzip(CHWPStream& oInput, CHWPStream& oBuffer)
|
||||
return DEFLATE_OK == nRes || DEFLATE_STREAM_END == nRes;
|
||||
}
|
||||
|
||||
// Since consistent behavior is required across all OSes,
|
||||
// Since identical behavior is required across all OSes,
|
||||
// we use our own randomizer
|
||||
|
||||
class CRandomizer
|
||||
|
||||
Reference in New Issue
Block a user