sc/inc/sharedformula.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1e4b8097d3f0ed8478a9a3cde05df28f621547c7 Author: Kohei Yoshida <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
