[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/inc
Kohei Yoshida
kohei.yoshida at gmail.com
Mon Aug 12 14:22:59 PDT 2013
sc/inc/sharedformula.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1e4b8097d3f0ed8478a9a3cde05df28f621547c7
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Mon Aug 12 17:23:30 2013 -0400
This is clearly a bug. Let's fix it.
Change-Id: I83aa2c108e7d8561d28d76b69a8763a15a20a2bd
diff --git a/sc/inc/sharedformula.hxx b/sc/inc/sharedformula.hxx
index 0b49751..11493e646 100644
--- a/sc/inc/sharedformula.hxx
+++ b/sc/inc/sharedformula.hxx
@@ -34,7 +34,7 @@ public:
for (++it; it != itEnd; ++it, pPrev = pCur)
{
pCur = *it;
- ScFormulaCell::CompareState eState = pPrev->CompareByTokenArray(*pPrev);
+ ScFormulaCell::CompareState eState = pCur->CompareByTokenArray(*pPrev);
if (eState == ScFormulaCell::NotEqual)
continue;
More information about the Libreoffice-commits
mailing list