This commit is contained in:
Elena.Subbotina
2023-12-18 22:06:35 +03:00
parent 8fc6368a05
commit 98dfe303ca
3 changed files with 9 additions and 2 deletions

View File

@ -50,7 +50,8 @@ namespace DocFileFormat
{
//it's a border code of Word 2000/2003
cv = FormatUtils::BytesToInt32( bytes, 0, size );
cv = cv & 0x00ffffff;
ico = std::wstring( Global::ColorIdentifier[0] );
dptLineWidth = bytes[4];