summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-07-09 23:17:07 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-11 00:25:34 -0400
commit6d25c4a1f675a302f3a76546fe97531574a11316 (patch)
treeb266cfa1917c28f675826554c86ae6d9cd090bdb /sc
parentb1ccc1bf6632d1341f648f7d6e6e90f49701a9c0 (diff)
Remove this marker.
Change-Id: Ia6216631aea17492ed7d864e6033b4677b6d7eb9
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/column.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index 7ce2d5befcbe..ae463b737c38 100644
--- a/sc/source/core/data/column.cxx
+++ b/sc/source/core/data/column.cxx
@@ -1957,7 +1957,6 @@ void ScColumn::CopyToColumn(
sc::ParseBlock(maCells.begin(), maCells, aFunc, nRow1, nRow2);
}
- rColumn.RegroupFormulaCells(nRow1, nRow2);
rColumn.CellStorageModified();
}
}