mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
fix bug #61243
This commit is contained in:
@ -31,8 +31,8 @@ int _tmain(int argc, _TCHAR* argv[])
|
||||
ECMACryptFile crypt_file;
|
||||
bool result = false, bDataIntegrity = false;
|
||||
|
||||
std::wstring srcFileName = L"D:\\tests\\__63\\test-group-ole.ods-ms.xlsx";
|
||||
std::wstring dstFileName = srcFileName + L"-mycrypt.xlsx";
|
||||
std::wstring srcFileName = L"D:\\tests\\__63\\tests-eq-xlsx.xlsx";
|
||||
std::wstring dstFileName = L"D:\\tests\\__63\\<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.xlsx";
|
||||
std::wstring dstFileName2 = dstFileName + L".oox";
|
||||
|
||||
//std::wstring dstFileName = srcFileName + L".oox";
|
||||
|
||||
Reference in New Issue
Block a user