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

Revert "WaE: nEndTab unused"

This reverts commit 7cdeb6d8c8e5ca8a6d3a654f4a973c12fd2886ac.
üst 9b1d7b84
......@@ -1883,11 +1883,13 @@ void ScDocument::CopyToClip(const ScClipParam& rClipParam,
ScRange aClipRange = rClipParam.getWholeRange();
SCTAB nTab = aClipRange.aStart.Tab();
SCTAB i = 0;
SCTAB nEndTab = static_cast<SCTAB>(maTabs.size());
if ( bUseRangeForVBA )
{
pClipDoc->ResetClip( this, nTab );
i = nTab;
nEndTab = nTab;
}
else
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