diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2019-05-21 21:40:20 +0200 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2019-05-21 21:41:32 +0200 |
commit | c43534d5e8d33f73ee4ba70867065be675302579 (patch) | |
tree | 5ccdd307e6751f3fa4bbe547698e86745f40bc5f /oox/source | |
parent | 10609749126ca76eaf12904d4cce9cc5a16d8405 (diff) |
Fix outdated comment.
Change-Id: I1be6e4cf52ccd385d59f85d9d5fa5b8a47caf4f1
Reviewed-on: https://gerrit.libreoffice.org/72697
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'oox/source')
-rw-r--r-- | oox/source/drawingml/chart/titleconverter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |