mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
fix bug #68010
This commit is contained in:
@ -68,7 +68,8 @@ void ConvertOle1ToOle2(BYTE *pData, int nSize, std::wstring sOle2Name)
|
||||
{
|
||||
POLE::Stream stream(storageIn, L"Package");
|
||||
if (false == stream.fail())
|
||||
{//test package stream??? xls ole -> xlsx ole
|
||||
{
|
||||
// AVS_OFFICESTUDIO_FILE_OTHER_PACKAGE_IN_OLE
|
||||
|
||||
POLE::uint64 size = stream.size();
|
||||
unsigned char* data = new unsigned char[size];
|
||||
|
||||
Reference in New Issue
Block a user