summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-06-26 15:56:46 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-06-27 15:50:04 -0400
commit13822d7a7a9c30248f4f58d4768a6b2acddade2e (patch)
tree6f66ce2692ef789abd9209d07fafd871f958a829 /sc
parent64d667ac29a258af5b847fc622070e585b077e11 (diff)
Don't forget to transfer this too when splitting group.
Change-Id: I3337504f6b95f273106e809da90d089cd76d8bdb
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/column3.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx
index c66e9d5e85af..cc422bc78ce0 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)
{