Kaydet (Commit) 16cfcce0 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

No need to check for null table twice.

üst 8a6552c0
...@@ -564,9 +564,6 @@ void ScDPObject::ReloadGroupTableData() ...@@ -564,9 +564,6 @@ void ScDPObject::ReloadGroupTableData()
// No dimension data. Most likey it doesn't have any group dimensions. // No dimension data. Most likey it doesn't have any group dimensions.
return; return;
if (!mpTableData)
return;
ScDPGroupTableData* pData = dynamic_cast<ScDPGroupTableData*>(mpTableData.get()); ScDPGroupTableData* pData = dynamic_cast<ScDPGroupTableData*>(mpTableData.get());
if (pData) if (pData)
{ {
......
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