DocFormat - fix bug #46844, #46843, #45728

This commit is contained in:
ElenaSubbotina
2020-10-26 20:00:25 +03:00
parent 684aed5d00
commit ccec2e1759
12 changed files with 54 additions and 66 deletions

View File

@ -142,7 +142,6 @@ namespace DocFileFormat
{
int cpStart = cp;
//this PAPX is for a table
//cp = writeTable( cp, tai.iTap );
Table table( this, cp, ( ( tai.iTap > 0 ) ? ( 1 ) : ( 0 ) ) );
table.Convert(this);
cp = table.GetCPEnd();