This commit is contained in:
Elena.Subbotina
2023-12-06 16:21:11 +03:00
parent 5b93fb7fe3
commit 87f0b9cb05
5 changed files with 33 additions and 59 deletions

View File

@ -447,7 +447,8 @@ namespace DocFileFormat
border->AppendAttribute( space );
XMLTools::XMLAttribute color( L"w:color" );
color.SetValue( RGBColor( brc->cv, RedFirst ).SixDigitHexCode);
color.SetValue(brc->getColor());
border->AppendAttribute( color );
if ( brc->fShadow )