Commit db9c9b13 authored by ElenaSubbotina's avatar ElenaSubbotina Committed by Alexander Trofimov

...

parent ce9463b1
...@@ -133,7 +133,7 @@ CString RtfFootnote::RenderToOOX(RenderParameter oRenderParameter) ...@@ -133,7 +133,7 @@ CString RtfFootnote::RenderToOOX(RenderParameter oRenderParameter)
{ {
sResult.Append( _T("<w:rPr>") ); sResult.Append( _T("<w:rPr>") );
sResult += srPr; sResult += srPr;
sResult.Append( _T("/w:rPr>") ); sResult.Append( _T("</w:rPr>") );
} }
sResult.AppendFormat( _T("<w:footnoteReference w:id=\"%d\"/>"), nID ); sResult.AppendFormat( _T("<w:footnoteReference w:id=\"%d\"/>"), nID );
sResult.Append( _T("</w:r>") ); sResult.Append( _T("</w:r>") );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment