Kaydet (Commit) 372ca2ce authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

MSO writes broken files, fdo#74929

Change-Id: Iec545fc2a7ec61f6d4678398f22878c9f31a450d
üst 2b6e3951
......@@ -355,7 +355,7 @@ void PlotAreaConverter::convertFromModel( View3DModel& rView3DModel )
PlotAreaModel::AxisVector::value_type xAxis = *aAIt;
OSL_ENSURE( xAxis->mnAxisId >= 0, "PlotAreaConverter::convertFromModel - invalid axis identifier" );
OSL_ENSURE( !aAxisMap.has( xAxis->mnAxisId ), "PlotAreaConverter::convertFromModel - axis identifiers not unique" );
if( xAxis->mnAxisId >= 0 )
if( xAxis->mnAxisId != -1 )
aAxisMap[ xAxis->mnAxisId ] = xAxis;
}
......
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