mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
дополнение к Revision: 58393
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@58394 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
9098a715a3
commit
5a66b733c3
@ -68,7 +68,7 @@ namespace BinXlsxRW {
|
||||
else if(c_oSer_ColorObjectType::Tint == type)
|
||||
{
|
||||
pColor->m_oTint.Init();
|
||||
pColor->m_oTint->SetValue(m_poBufferedStream.GetDouble());
|
||||
pColor->m_oTint->SetValue(m_poBufferedStream.GetDoubleReal());
|
||||
}
|
||||
else
|
||||
res = c_oSerConstants::ReadUnknown;
|
||||
|
||||
Reference in New Issue
Block a user