mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 09:24:40 +08:00
Fix bug 78774
This commit is contained in:
@ -1939,7 +1939,8 @@ namespace DocFileFormat
|
||||
//{
|
||||
// m_pXmlWriter->WriteAttribute( L"w:customMarkFollows", L"1");
|
||||
//}
|
||||
m_pXmlWriter->WriteAttribute( L"w:id", FormatUtils::IntToWideString(_footnoteNr++ ) );
|
||||
_footnoteNr++;
|
||||
m_pXmlWriter->WriteAttribute( L"w:id", FormatUtils::IntToWideString(_footnoteNr ) );
|
||||
m_pXmlWriter->WriteNodeEnd( L"", true );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user