mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 01:04:34 +08:00
Fix cfvo formula conversion
This commit is contained in:
@ -81,6 +81,7 @@ void FRTParsedFormula::save(XLS::CFRecord& record)
|
||||
record.RollRdPtrBack(cce + 8);
|
||||
record << cce;
|
||||
record.skipNunBytes(cce + 4);
|
||||
this->cce = cce;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user