This commit is contained in:
Elena.Subbotina
2023-11-28 20:34:40 +03:00
parent b4dd7230ca
commit e50d21e9ea
2 changed files with 5 additions and 4 deletions

View File

@ -179,9 +179,8 @@ void TablePropertiesMapping::Apply(IVisitable* visited)
}
}break;
case sprmTCellPadding:
case sprmTCellPaddingDefault:
case sprmTCellPaddingOuter:
{//default cell padding (margin)
{//cell padding (margin)
unsigned char grfbrc = iter->Arguments[2];
short wMar = FormatUtils::BytesToInt16(iter->Arguments, 4, iter->argumentsSize);
std::wstring strValue = FormatUtils::IntToWideString(wMar);