mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
.
This commit is contained in:
@ -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++ )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user