Fix bug 78774

This commit is contained in:
Daria Ermakova
2026-02-06 18:48:55 +03:00
parent 655bc0698f
commit f6bf73dfab
3 changed files with 28 additions and 18 deletions

View File

@ -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 );
}
}