summaryrefslogtreecommitdiff
path: root/sc
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:51:49 -0400
commit89bec37621dd45847d47aef8b3f807eb476ea0af (patch)
tree4781671a714a5bc9ef2db389dcaf8dcbd06587e4 /sc
parentc24e9feaba790cef148b678137dec911eda08280 (diff)
Sync the 'ignore empty rows' and 'repeat if empty' flags as appropriate.
Change-Id: I8e2dca4c7c32aaee4088f533c4d0e88b862f4d56
Diffstat (limited to 'sc')
-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 6d33843a8d7f..569b8c674662 100644
--- a/sc/source/core/data/dpobject.cxx
+++ b/sc/source/core/data/dpobject.cxx
@@ -708,6 +708,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);