mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
перебивка аджастментов
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@56027 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
01fcbe5654
commit
46d4850a9c
@ -546,6 +546,10 @@ public:
|
||||
m_arAdjustments.Add((LONG)XmlUtils::GetInteger(arAdj[nIndex]));
|
||||
}
|
||||
}
|
||||
|
||||
int newLen = m_arAdjustments.GetSize();
|
||||
for (int i = newLen; i < nOldLen; ++i)
|
||||
m_arAdjustments.Add(oOldAdj[i]);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user