Commit c4cfb8b2 authored by GoshaZotov's avatar GoshaZotov

fix bug 32897

parent 3842b7e3
......@@ -1030,16 +1030,7 @@
if(type_Paragraph == element.GetType())//paragraph
{
if(isConvertToPPTX)
{
selectedElement.Element = AscFormat.ConvertParagraphToPPTX(element, worksheet.model.DrawingDocument, target_doc_content);
}
else
{
selectedElement.Element = element;
}
selectedElement.Element = AscFormat.ConvertParagraphToPPTX(element, worksheet.model.DrawingDocument, target_doc_content);
elements.push(selectedElement);
}
else if(type_Table == element.GetType())//table
......
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