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:
@ -41,7 +41,7 @@ namespace DocFileFormat
|
||||
{
|
||||
ReadExceptions(bytes, size, nWordVersion);
|
||||
}
|
||||
for ( std::list<SinglePropertyModifier>::iterator iter = grpprl->begin(); iter != grpprl->end(); iter++ )
|
||||
for ( std::vector<SinglePropertyModifier>::iterator iter = grpprl->begin(); iter != grpprl->end(); iter++ )
|
||||
{
|
||||
SinglePropertyModifier sprm( *iter );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user