[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source
Kohei Yoshida
kohei.yoshida at gmail.com
Mon Jul 8 21:48:37 PDT 2013
sc/source/core/data/column.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 799db5800de7e93bca3bf39709867032243fac38
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Tue Jul 9 00:48:01 2013 -0400
Remove these markers.
CopyToClip is covered by the previous commit.
CopyStaticToClip doesn't copy any formula cells.
Change-Id: Iaca9d1875396629e00a86b6a9ec8048553ec3053
diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index bb6677d..ea48739 100644
--- a/sc/source/core/data/column.cxx
+++ b/sc/source/core/data/column.cxx
@@ -1395,7 +1395,6 @@ void ScColumn::CopyToClip(
CopyToClipHandler aFunc(*this, rColumn, rCxt.getBlockPosition(rColumn.nTab, rColumn.nCol));
sc::ParseBlock(maCells.begin(), maCells, aFunc, nRow1, nRow2);
- rColumn.RegroupFormulaCells(nRow1, nRow2);
rColumn.CellStorageModified();
}
@@ -1502,7 +1501,6 @@ void ScColumn::CopyStaticToDocument(SCROW nRow1, SCROW nRow2, ScColumn& rDestCol
break;
}
- rDestCol.RegroupFormulaCells(nRow1, nRow2);
rDestCol.CellStorageModified();
}
More information about the Libreoffice-commits
mailing list