mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 01:04:34 +08:00
for bug #63199
This commit is contained in:
@ -70,7 +70,7 @@ void TablePropertiesMapping::Apply(IVisitable* visited)
|
||||
|
||||
bool bTableW = false;
|
||||
|
||||
for (std::list<SinglePropertyModifier>::iterator iter = tapx->grpprl->begin(); iter != tapx->grpprl->end(); iter++)
|
||||
for (std::vector<SinglePropertyModifier>::iterator iter = tapx->grpprl->begin(); iter != tapx->grpprl->end(); iter++)
|
||||
{
|
||||
switch (iter->OpCode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user