npower13_objectmodules: #i110724# fix for union and some clean up for determining multicell property values ( using SfxItemSet )

This commit is contained in:
npower Developer
2010-04-13 19:44:24 +01:00
parent 4afe41eb45
commit 8616787ccb
7 changed files with 134 additions and 93 deletions

View File

@@ -208,12 +208,11 @@ getViewFrame( const uno::Reference< frame::XModel >& xModel )
}
SfxItemSet*
ScVbaCellRangeAccess::GetDataSet( ScCellRangeObj* pRangeObj )
ScVbaCellRangeAccess::GetDataSet( ScCellRangesBase* pRangeObj )
{
SfxItemSet* pDataSet = pRangeObj ? pRangeObj->GetCurrentDataSet( true ) : NULL ;
return pDataSet;
return pRangeObj ? pRangeObj->GetCurrentDataSet( true ) : 0;
}
} //excel
} //vba
} //ooo