mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
fix creating compoundfile
This commit is contained in:
@ -10,7 +10,6 @@ StreamView::StreamView(const SVector<Sector> §orChain, int sectorSize, Strea
|
||||
// if (sectorChain == null)
|
||||
// throw CFException("Sector Chain cannot be null");
|
||||
|
||||
auto pos = stream->tell();
|
||||
if (sectorSize <= 0)
|
||||
throw CFException("Sector size must be greater than zero");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user