mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 00:03:33 +08:00
fix bug #75800
This commit is contained in:
@ -328,9 +328,6 @@ namespace DocFileFormat
|
||||
|
||||
if (tblIndent)
|
||||
{
|
||||
if (gabHalf)
|
||||
tblIndent = *tblIndent + *gabHalf;
|
||||
|
||||
XMLTools::XMLElement tblInd(L"w:tblInd");
|
||||
|
||||
XMLTools::XMLAttribute tblIndW(L"w:w", FormatUtils::IntToWideString(*tblIndent));
|
||||
|
||||
Reference in New Issue
Block a user