mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-18 05:28:27 +08:00
[xlsb] some fixes for optimization
This commit is contained in:
@ -409,7 +409,7 @@ bool FileStreamCacheReader::isEOF()
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------
|
||||
BinaryStreamCacheReader::BinaryStreamCacheReader( std::shared_ptr<NSBinPptxRW::CBinaryFileReader> binaryStream, GlobalWorkbookInfoPtr global_info)
|
||||
BinaryStreamCacheReader::BinaryStreamCacheReader( boost::shared_ptr<NSBinPptxRW::CBinaryFileReader> binaryStream, GlobalWorkbookInfoPtr global_info)
|
||||
: StreamCacheReader(global_info), binaryStream_(binaryStream)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user