Commit ff6fd90a authored by GoshaZotov's avatar GoshaZotov

fix bug 32912

parent 3c05cff5
...@@ -1887,7 +1887,7 @@ background-repeat: no-repeat;\ ...@@ -1887,7 +1887,7 @@ background-repeat: no-repeat;\
//TEXT //TEXT
if (AscCommon.c_oAscClipboardDataFormat.Text & _formats) if (AscCommon.c_oAscClipboardDataFormat.Text & _formats)
{ {
_data = this.WordControl.m_oLogicDocument.Get_SelectedText(); _data = this.WordControl.m_oLogicDocument.Get_SelectedText(false);
_clipboard.pushData(AscCommon.c_oAscClipboardDataFormat.Text, _data) _clipboard.pushData(AscCommon.c_oAscClipboardDataFormat.Text, _data)
} }
//HTML //HTML
......
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