Kaydet (Commit) 862bec45 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

This could cause crasher too.

Change-Id: I47d9ad36937bf07cd0b79fa5eec7710ce84ce4a9
üst 3b2a30ca
......@@ -132,8 +132,11 @@ bool ScDocument::CopyOneCellFromClip(
{
svl::SharedString aStr = rSrcCell.mpFormula->GetString();
if (aStr.isEmpty())
{
// do not clone empty string
rSrcCell.clear();
break;
}
// Turn this into a string or edit cell.
if (rSrcCell.mpFormula->IsMultilineResult())
......
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