oox/source/drawingml/chart/titleconverter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c43534d5e8d33f73ee4ba70867065be675302579 Author: Tamás Zolnai <[email protected]> AuthorDate: Tue May 21 21:40:20 2019 +0200 Commit: Tamás Zolnai <[email protected]> CommitDate: Tue May 21 21:41:32 2019 +0200 Fix outdated comment. Change-Id: I1be6e4cf52ccd385d59f85d9d5fa5b8a47caf4f1 Reviewed-on: https://gerrit.libreoffice.org/72697 Reviewed-by: Tamás Zolnai <[email protected]> Tested-by: Tamás Zolnai <[email protected]> diff --git a/oox/source/drawingml/chart/titleconverter.cxx b/oox/source/drawingml/chart/titleconverter.cxx index 8109ca8a3235..4f700c32725a 100644 --- a/oox/source/drawingml/chart/titleconverter.cxx +++ b/oox/source/drawingml/chart/titleconverter.cxx @@ -235,7 +235,7 @@ void LegendConverter::convertFromModel( const Reference< XDiagram >& rxDiagram ) if( mrModel.mxLayout.get() ) { LayoutConverter aLayoutConv( *this, *mrModel.mxLayout ); - // manual size needs ChartLegendExpansion_CUSTOM and LegendPosition_CUSTOM (tdf#118150) + // manual size needs ChartLegendExpansion_CUSTOM if( aLayoutConv.convertFromModel( aPropSet ) ) { eLegendExpand = cssc::ChartLegendExpansion_CUSTOM; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
