Commit e4bcecae authored by GoshaZotov's avatar GoshaZotov

fix bug 32889

parent c4cfb8b2
......@@ -1158,7 +1158,7 @@
oTempDrawingDocument.m_oLogicDocument = newCDocument;
drawingObject.graphicObject.graphicObject.Set_Parent(newCDocument);
oPasteFromBinaryWord._paste(ws, {DocumentContent: [drawingObject.graphicObject.graphicObject]});
oPasteFromBinaryWord._paste(ws, {content: [drawingObject.graphicObject.graphicObject]});
return;
}
......
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