mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-15 22:57:23 +08:00
for bug #63199
This commit is contained in:
@ -70,7 +70,7 @@ namespace DocFileFormat
|
||||
}
|
||||
|
||||
XMLTools::XMLElement rowHeight(L"w:trHeight");
|
||||
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