Kaydet (Commit) 78fb95ee authored tarafından Markus Mohrhard's avatar Markus Mohrhard

dbgutil build fix

Change-Id: I54abcc2a9fbe7d30bdf64d194df1a435d21f24ac
üst 73fcf2ad
...@@ -98,7 +98,6 @@ bool AxisHelper::isLogarithmic( const Reference< XScaling >& xScaling ) ...@@ -98,7 +98,6 @@ bool AxisHelper::isLogarithmic( const Reference< XScaling >& xScaling )
chart2::ScaleData AxisHelper::getDateCheckedScale( const Reference< chart2::XAxis >& xAxis, ChartModel& rModel ) chart2::ScaleData AxisHelper::getDateCheckedScale( const Reference< chart2::XAxis >& xAxis, ChartModel& rModel )
{ {
OSL_ENSURE(xChartModel.is(),"missing chart model");
ScaleData aScale = xAxis->getScaleData(); ScaleData aScale = xAxis->getScaleData();
Reference< chart2::XCoordinateSystem > xCooSys( ChartModelHelper::getFirstCoordinateSystem( rModel ) ); Reference< chart2::XCoordinateSystem > xCooSys( ChartModelHelper::getFirstCoordinateSystem( rModel ) );
if( aScale.AutoDateAxis && aScale.AxisType == AxisType::CATEGORY ) if( aScale.AutoDateAxis && aScale.AxisType == AxisType::CATEGORY )
......
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