mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix bug #67898
This commit is contained in:
@ -807,8 +807,8 @@ void GlobalsSubstream::UpdateDefineNames()
|
||||
else
|
||||
{
|
||||
std::vector<std::wstring> ar(ind_sheet + 1);
|
||||
|
||||
ar[ind_sheet] = value;
|
||||
if(ar.size() > ind_sheet)
|
||||
ar[ind_sheet] = value;
|
||||
//ar.push_back(value);
|
||||
|
||||
global_info_->mapDefineNames.insert(std::make_pair(name, ar));
|
||||
|
||||
Reference in New Issue
Block a user