Kaydet (Commit) 76e533a5 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

More bug fixes related to grouped dimension handling.

üst 1d8b583b
......@@ -564,6 +564,9 @@ void ScDPObject::ReloadGroupTableData()
// No dimension data. Most likey it doesn't have any group dimensions.
return;
if (!mpTableData)
return;
ScDPGroupTableData* pData = dynamic_cast<ScDPGroupTableData*>(mpTableData.get());
if (pData)
{
......
......@@ -1328,7 +1328,7 @@ bool ScDBDocFunc::DataPilotUpdate( ScDPObject* pOldObj, const ScDPObject* pNewOb
pDestObj->ClearTableData();
if (pDestObj->HasGroups())
pDestObj->ClearTableData();
pDestObj->ReloadGroupTableData();
pDestObj->InvalidateData(); // before getting the new output area
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment