Kaydet (Commit) db51e404 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Remove double-conversion between awt::Rectangle and basegfx::B2IRectangle.

Change-Id: I51b1a366ca49f680f964814b0fd0fa69a6a7f5bd
üst af655d2f
......@@ -1467,10 +1467,8 @@ awt::Rectangle ChartView::impl_createDiagramAndContent( SeriesPlotterContainer&
CuboidPlanePosition eBottomPos( ThreeDHelper::getAutomaticCuboidPlanePositionForStandardBottom( xSceneProperties ) );
pVCooSys->set3DWallPositions( eLeftWallPos, eBackWallPos, eBottomPos );
}
pVCooSys->createVAxisList( xNumberFormatsSupplier
, rPageSize //font reference size
, BaseGFXHelper::B2IRectangleToAWTRectangle( aAvailableOuterRect ) //maximum space for labels
);
pVCooSys->createVAxisList(xNumberFormatsSupplier, rPageSize, rParam.maRemainingSpace);
}
// - prepare list of all axis and how they are used
......
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