(cherry picked from commit 53d5f4517b)
This commit is contained in:
ElenaSubbotina
2025-08-08 09:59:00 +03:00
parent fee71647a9
commit 6e1357f276
8 changed files with 336 additions and 315 deletions

View File

@ -1113,13 +1113,6 @@ namespace OOX
}
void CShadow::ReadAttributes(XmlUtils::CXmlLiteReader& oReader)
{
// Выставляем значения по умолчанию
m_oColor.SetRGB( 128, 128, 128 );
m_oColor2.SetRGB( 203, 203, 203 );
m_oOffset.SetValue_Points( 2, 2 );
m_oOffset2.SetValue_Points( -2, -2 );
m_oOrigin.SetValue( 0, 0 );
if ( oReader.GetAttributesCount() <= 0 )
return;