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

This is clearly a mistake.

Change-Id: Id87e120d80b823db9be989db7a7b2ac383304f77
üst a70c324d
......@@ -1284,7 +1284,7 @@ class CopyToClipHandler
for (++it; it != itEnd; ++it, pPrev = pCur)
{
pCur = *it;
ScFormulaCell::CompareState eState = pPrev->CompareByTokenArray(*pPrev);
ScFormulaCell::CompareState eState = pPrev->CompareByTokenArray(*pCur);
if (eState == ScFormulaCell::NotEqual)
continue;
......
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