[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source
Kohei Yoshida
kohei.yoshida at gmail.com
Wed Jun 26 12:54:04 PDT 2013
sc/source/core/data/column3.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 5941ced5309b707b132cab44c75e9c764b312c08
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Wed Jun 26 15:56:46 2013 -0400
Don't forget to transfer this too when splitting group.
Change-Id: I3337504f6b95f273106e809da90d089cd76d8bdb
diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx
index 6cac968..7fd16f0 100644
--- a/sc/source/core/data/column3.cxx
+++ b/sc/source/core/data/column3.cxx
@@ -403,6 +403,7 @@ sc::CellStoreType::iterator ScColumn::GetPositionToInsert( const sc::CellStoreTy
ScFormulaCellGroupRef xGroup2(new ScFormulaCellGroup);
xGroup2->mnStart = rCell.aPos.Row() + 1;
xGroup2->mnLength = nEndRow - rCell.aPos.Row();
+ xGroup2->mbInvariant = xGroup->mbInvariant;
#if DEBUG_COLUMN_STORAGE
if (xGroup2->mnStart + xGroup2->mnLength > itRet->position + itRet->size)
{
More information about the Libreoffice-commits
mailing list