Commit 0253893e authored by GoshaZotov's avatar GoshaZotov

fix bug 32890

parent dd93b72a
......@@ -2405,6 +2405,8 @@ PasteProcessor.prototype =
{
var aContent = [];
var table = AscFormat.ConvertGraphicFrameToWordTable(drawing, this.oLogicDocument);
//TODO стиль не прокидывается. в будущем нужно реализовать
table.TableStyle = null;
aContent.push(table);
this.aContent = aContent;
......
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