fix build

This commit is contained in:
Elena Subbotina
2022-12-11 13:16:16 +03:00
parent ddc20afc2c
commit 585d2e5a4a
24 changed files with 1533 additions and 2918 deletions

View File

@ -131,12 +131,13 @@ bool PPT::CBulletAutoNum::isDefault() const
return type.get_value_or(L"arabicPeriod") == L"arabicPeriod" &&
(startAt.is_init() ? *startAt == 1 : true);
}
PPT::CFontProperties::CFontProperties()
{
}
PPT::CFontProperties::CFontProperties(const CFontProperties &oSrc)
{
*this = oSrc;
}
PPT::CFontProperties &PPT::CFontProperties::operator=(const CFontProperties &oSrc)
{
font = oSrc.font;