mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-19 23:02:34 +08:00
for bug #63199
This commit is contained in:
@ -131,8 +131,8 @@ namespace DocFileFormat
|
||||
|
||||
bool bNumPr = false;
|
||||
|
||||
std::list<SinglePropertyModifier>::iterator end = papx->grpprl->end();
|
||||
for (std::list<SinglePropertyModifier>::iterator iter = papx->grpprl->begin(); iter != end; ++iter)
|
||||
std::vector<SinglePropertyModifier>::iterator end = papx->grpprl->end();
|
||||
for (std::vector<SinglePropertyModifier>::iterator iter = papx->grpprl->begin(); iter != end; ++iter)
|
||||
{
|
||||
int nProperty = 0; //for unknown test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user