mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Merge pull request 'fix linux build' (#575) from fix/linux-build into release/v9.3.0
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/core/pulls/575
This commit is contained in:
@ -435,7 +435,7 @@ namespace OOX
|
||||
}
|
||||
if (m_oNumFmts.IsInit())
|
||||
{
|
||||
auto remap = [&](auto& xf)
|
||||
auto remap = [&](OOX::Spreadsheet::CXfs* xf)
|
||||
{
|
||||
if (xf->m_oNumFmtId.IsInit())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user