mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
fix bug #46132
This commit is contained in:
@ -258,8 +258,8 @@ int CELLTABLE::serialize(std::wostream & stream)
|
|||||||
if (xf < global_info_->cellXfs_count && xf >= 0)
|
if (xf < global_info_->cellXfs_count && xf >= 0)
|
||||||
{
|
{
|
||||||
CP_XML_ATTR(L"s", xf);
|
CP_XML_ATTR(L"s", xf);
|
||||||
CP_XML_ATTR(L"customFormat", true);
|
|
||||||
}
|
}
|
||||||
|
CP_XML_ATTR(L"customFormat", true);
|
||||||
}
|
}
|
||||||
if (row->miyRw > 0 && row->miyRw < 0x8000 && row->bValid &&
|
if (row->miyRw > 0 && row->miyRw < 0x8000 && row->bValid &&
|
||||||
((row->fUnsynced && row->fGhostDirty) || !row->fGhostDirty))
|
((row->fUnsynced && row->fGhostDirty) || !row->fGhostDirty))
|
||||||
|
|||||||
Reference in New Issue
Block a user