mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
for bug #63610
This commit is contained in:
@ -436,7 +436,7 @@ namespace Spreadsheet
|
||||
void CExternalRow::toXML(NSStringUtils::CStringBuilder& writer) const
|
||||
{
|
||||
writer.WriteString(L"<row");
|
||||
WritingStringNullableAttrInt(L"r", m_oR, m_oR->GetValue()+1);
|
||||
WritingStringNullableAttrInt(L"r", m_oR, m_oR->GetValue());
|
||||
writer.WriteString(L">");
|
||||
|
||||
for (size_t i = 0; i < m_arrItems.size(); ++i)
|
||||
|
||||
Reference in New Issue
Block a user