mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix bug #72714
This commit is contained in:
@ -35,6 +35,7 @@ std::wstring CFootnoteConverter::CreateNote(const CCtrlNote* pNote, CConverter2O
|
||||
pXMLBuilder->WriteString(L"<w:" + wsPrefix + L"note w:id=\"" + wsIndex + L"\">");
|
||||
|
||||
TConversionState oState;
|
||||
oState.m_bIsNote = true;
|
||||
|
||||
for (const CHWPPargraph* pParagraph : pNote->GetParagraphs())
|
||||
oConverter.WriteParagraph(pParagraph, *pXMLBuilder, oState);
|
||||
|
||||
Reference in New Issue
Block a user