summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
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();
}
}