Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:ONLYOFFICE/core into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
agolybev committed Apr 15, 2020
2 parents 916c614 + 75e64e8 commit 1ba171c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ASCOfficeDocxFile2/BinReader/ReaderClasses.h
Original file line number Diff line number Diff line change
Expand Up @@ -1768,9 +1768,9 @@ class rowPrAfterBefore
if(bGridAfter && nGridAfter > 0)
{
writer.WriteString(L"<w:grid" + sName + L" w:val=\"" + std::to_wstring(nGridAfter) + L"\"/>");
if(oAfterWidth.bW)
oAfterWidth.Write(writer, _T("w:w") + sName);
}
if(oAfterWidth.bW)
oAfterWidth.Write(writer, _T("w:w") + sName);
}
};
class WriteHyperlink
Expand Down

0 comments on commit 1ba171c

Please sign in to comment.