mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 07:23:34 +08:00
for bug #63199
This commit is contained in:
@ -341,7 +341,7 @@ namespace DocFileFormat
|
||||
{
|
||||
int ret = -1, ret1 = -1;
|
||||
|
||||
for ( std::list<SinglePropertyModifier>::const_iterator iter = chpx->grpprl->begin(); iter != chpx->grpprl->end(); iter++ )
|
||||
for ( std::vector<SinglePropertyModifier>::const_iterator iter = chpx->grpprl->begin(); iter != chpx->grpprl->end(); iter++ )
|
||||
{
|
||||
switch ( iter->OpCode )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user