This commit is contained in:
Elena.Subbotina
2023-01-19 16:35:55 +03:00
parent 5071a61692
commit 8f11112c43
9 changed files with 362 additions and 308 deletions

View File

@ -152,7 +152,7 @@ bool RtfColorTable::GetColor( std::wstring sTheme, RtfColor& oColor)
}
return false;
}
bool RtfColorTable::GetColor( RtfColor oColor , int & nId)
bool RtfColorTable::GetColor( RtfColor oColor , _INT32 & nId)
{
for (size_t i = 0; i < m_aArray.size(); i++ )
{