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:
@ -39,7 +39,7 @@ namespace DocFileFormat
|
||||
{
|
||||
if ( papx != NULL )
|
||||
{
|
||||
for ( std::list<SinglePropertyModifier>::iterator iter = papx->grpprl->begin(); iter != papx->grpprl->end(); iter++ )
|
||||
for ( std::vector<SinglePropertyModifier>::iterator iter = papx->grpprl->begin(); iter != papx->grpprl->end(); iter++ )
|
||||
{
|
||||
switch(iter->OpCode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user