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

What's up with this crap!?

Change-Id: I8863dbc1e1a8c437885d4363794698b8d8f27edf
üst f013eab8
......@@ -2700,8 +2700,8 @@ void ScDocument::CopyFromClip( const ScRange& rDestRange, const ScMarkData& rMar
if (nR2 > nRow2)
nR2 = nRow2;
const SCCOLROW PERFORMANCEOPTIMIZATION4PATTERNTHRESHOLD = 8192;
bool bPreallocatePattern = ((nInsFlag & IDF_ATTRIB) && (nRow2 - nRow1 > PERFORMANCEOPTIMIZATION4PATTERNTHRESHOLD));
const SCCOLROW nThreshold = 8192;
bool bPreallocatePattern = ((nInsFlag & IDF_ATTRIB) && (nRow2 - nRow1 > nThreshold));
std::vector< SCTAB > vTables;
if (bPreallocatePattern)
......
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