This commit is contained in:
ElenaSubbotina
2025-07-18 16:59:16 +03:00
parent 986125a3e6
commit 08716fc4ce

View File

@ -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));