[Libreoffice-commits] core.git: oox/source

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Tue May 21 19:42:49 UTC 2019


 oox/source/drawingml/chart/titleconverter.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c43534d5e8d33f73ee4ba70867065be675302579
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Tue May 21 21:40:20 2019 +0200
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
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 <tamas.zolnai at collabora.com>
    Tested-by: Tamás Zolnai <tamas.zolnai at collabora.com>

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;


More information about the Libreoffice-commits mailing list