Kaydet (Commit) b0602d2f authored tarafından Noel Power's avatar Noel Power

fix problem with vba Range.Copy ( for multirange ) bnc#707486

üst cbccd5b5
...@@ -1933,7 +1933,7 @@ void ScDocument::CopyToClip(const ScClipParam& rClipParam, ...@@ -1933,7 +1933,7 @@ void ScDocument::CopyToClip(const ScClipParam& rClipParam,
{ {
pClipDoc->ResetClip( this, nTab ); pClipDoc->ResetClip( this, nTab );
i = nTab; i = nTab;
nEndTab = nTab; nEndTab = nTab + 1;
} }
else else
pClipDoc->ResetClip(this, pMarks); pClipDoc->ResetClip(this, pMarks);
......
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