1 diff --git sc/source/core/data/dpobject.cxx sc/source/core/data/dpobject.cxx
2 index cd4dcd1..eddb200 100644
3 --- sc/source/core/data/dpobject.cxx
4 +++ sc/source/core/data/dpobject.cxx
5 @@ -448,7 +448,7 @@ void ScDPObject::CreateObjects()
7 // if groups are involved, create a new source with the ScDPGroupTableData
8 if ( bSettingsChanged && pSaveData && pSaveData->GetExistingDimensionData() )
14 @@ -501,6 +501,7 @@ void ScDPObject::InvalidateSource()
18 + mpTableData.reset();
21 ScRange ScDPObject::GetNewOutputRange( BOOL& rOverflow )