diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-08 13:50:23 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-08 22:00:55 -0400 |
commit | abb21f46f7b770a95f29abc73adab3fd6d32e241 (patch) | |
tree | a954b3be29ab90a14bfa16db9056c521f0aa7397 /sc/source | |
parent | 63689b5560e6672983735f2a2be7cd9778458252 (diff) |
Remove this marker.
Change-Id: Iab8695f579abb009f12aa76f4e161f106527f493
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/core/data/column.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx index dd05798be0be..28ae4187e8aa 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(); } |