Kaydet (Commit) 93b809d4 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Let's not forget to move the comment too.

Change-Id: I86f2107860cf7e014277abdc14307c444142fea6
üst 672484e6
......@@ -2846,12 +2846,14 @@ void ScDocument::CopyFromClip( const ScRange& rDestRange, const ScMarkData& rMar
// Listener aufbauen nachdem alles inserted wurde
StartListeningFromClip( nAllCol1, nAllRow1, nAllCol2, nAllRow2, rMark, nInsFlag );
// Set all formula cells dirty, and collect non-empty non-formula cell
// positions so that we can broadcast on them below.
{
ScBulkBroadcast aBulkBroadcast( GetBASM());
// Set all formula cells dirty, and collect non-empty non-formula cell
// positions so that we can broadcast on them below.
SetDirtyFromClip(nAllCol1, nAllRow1, nAllCol2, nAllRow2, rMark, nInsFlag, aBroadcastSpans);
BroadcastAction aAction(*this);
aBroadcastSpans.executeColumnAction(*this, aAction);
}
......
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