[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source

Kohei Yoshida kohei.yoshida at gmail.com
Mon Jul 8 10:50:29 PDT 2013


 sc/source/core/data/column.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit d40265492ea50405f6cb32a45d1e8cc85ba96e67
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Mon Jul 8 13:50:23 2013 -0400

    Remove this marker.
    
    Change-Id: Iab8695f579abb009f12aa76f4e161f106527f493

diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index f77502b..6744c13 100644
--- a/sc/source/core/data/column.cxx
+++ b/sc/source/core/data/column.cxx
@@ -2293,7 +2293,6 @@ bool ScColumn::UpdateReference(
     }
 
     UpdateRefOnNonCopy aHandler(nCol, nTab, rRange, nDx, nDy, nDz, eUpdateRefMode, pUndoDoc);
-    FormulaCellsUndecided(0, MAXROW);
     sc::ProcessFormula(maCells, aHandler);
     return aHandler.isUpdated();
 }


More information about the Libreoffice-commits mailing list