mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-19 04:36:10 +08:00
fix build
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user