mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 05:24:10 +08:00
fix bug #65483
This commit is contained in:
@ -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];
|
||||
|
||||
Reference in New Issue
Block a user