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

Laurent Balland-Poirier laurent.balland-poirier at laposte.net
Thu Jul 14 14:50:12 UTC 2016


 sc/source/filter/excel/xichart.cxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit 4727c26eba6b27e9a24fff40920332aa117439e9
Author: Laurent Balland-Poirier <laurent.balland-poirier at laposte.net>
Date:   Thu Jul 14 13:37:08 2016 +0200

    Remove outdated comments
    
    All these features have integrated in LibO 4.2 by Tomaz Vajngerl
    See tdf#40317
    
    Change-Id: Ie71b9d40102be09f65f19f8241f66a8c58cd0a75
    Reviewed-on: https://gerrit.libreoffice.org/27216
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>

diff --git a/sc/source/filter/excel/xichart.cxx b/sc/source/filter/excel/xichart.cxx
index 8b2f015..d463b4f 100644
--- a/sc/source/filter/excel/xichart.cxx
+++ b/sc/source/filter/excel/xichart.cxx
@@ -1660,12 +1660,6 @@ Reference< XRegressionCurve > XclImpChSerTrendLine::CreateRegressionCurve() cons
         }
     }
 
-    // missing features
-    // #i20819# polynomial trend lines
-    // #i66819# moving average trend lines
-    // #i5085# manual trend line size
-    // #i34093# manual crossing point
-
     return xRegCurve;
 }
 


More information about the Libreoffice-commits mailing list