npower13_objectmodules: #i110724# fix for union and some clean up for determining multicell property values ( using SfxItemSet )
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user