summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-07-06 09:48:54 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-07-06 12:53:02 -0400
commit89ca5bde1c0cf6617e646726e1ef21ca20f2487c (patch)
tree3bd8c082ea55ad958a6dc47e21665e6ad07d4b16
parent1352d6ff9e8f321a970d91654c2242b34ef1505f (diff)
Sync the 'ignore empty rows' and 'repeat if empty' flags as appropriate.
Change-Id: I8e2dca4c7c32aaee4088f533c4d0e88b862f4d56
-rw-r--r--sc/source/core/data/dpobject.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/data/dpobject.cxx b/sc/source/core/data/dpobject.cxx
index 369307b012f2..edd3bf2034bb 100644
--- a/sc/source/core/data/dpobject.cxx
+++ b/sc/source/core/data/dpobject.cxx
@@ -711,6 +711,7 @@ void ScDPObject::SyncAllDimensionMembers()
ScDPTableData* pData = GetTableData();
// Refresh the cache wrapper since the cache may have changed.
+ pData->SetEmptyFlags(pSaveData->GetIgnoreEmptyRows(), pSaveData->GetRepeatIfEmpty());
pData->ClearCacheTable();
pData->CreateCacheTable();
pSaveData->SyncAllDimensionMembers(pData);