summaryrefslogtreecommitdiff
path: root/sc/source/core/data
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-11-08 14:36:40 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-11-11 16:17:29 -0500
commitfbdd02dd6655914930b60b175328324bb53dc650 (patch)
tree363488f435e9e3fb19526be0940ed6fa64c98217 /sc/source/core/data
parenta70c324daf1f4ef8562dd283b84e72eeee60a585 (diff)
This is clearly a mistake.
Change-Id: Id87e120d80b823db9be989db7a7b2ac383304f77
Diffstat (limited to 'sc/source/core/data')
-rw-r--r--sc/source/core/data/column.cxx2
1 files changed, 1 insertions, 1 deletions
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;