From fbdd02dd6655914930b60b175328324bb53dc650 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Fri, 8 Nov 2013 14:36:40 -0500 Subject: This is clearly a mistake. Change-Id: Id87e120d80b823db9be989db7a7b2ac383304f77 --- sc/source/core/data/column.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx index 12fc80af485f..0b7f0c3e2df1 100644 --- a/sc/source/core/data/column.cxx +++ b/sc/source/core/data/column.cxx @@ -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; -- cgit