sc/source/filter/xcl97/xcl97rec.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 5884f85ace3ea1b90c314f46e3f2aeadc247ffa1
Author:     Tünde Tóth <[email protected]>
AuthorDate: Wed Aug 19 11:52:49 2020 +0200
Commit:     László Németh <[email protected]>
CommitDate: Thu Aug 20 15:35:16 2020 +0200

    clean-up to commit: a8950d08a33e7aded31d4591c98a03d1edf8c5a4
    
    Change-Id: Icfe1e3d7925a3e31fd8bc0185d6b898c61346766
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100989
    Tested-by: Jenkins
    Reviewed-by: László Németh <[email protected]>

diff --git a/sc/source/filter/xcl97/xcl97rec.cxx 
b/sc/source/filter/xcl97/xcl97rec.cxx
index 0f9ba1288d33..fa2fc748bf2c 100644
--- a/sc/source/filter/xcl97/xcl97rec.cxx
+++ b/sc/source/filter/xcl97/xcl97rec.cxx
@@ -203,11 +203,6 @@ bool IsValidObject( const XclObj& rObj )
             return false;
 
         const uno::Sequence<uno::Reference<chart2::XCoordinateSystem>> 
xCooSysSeq = xCooSysContainer->getCoordinateSystems();
-
-        // tdf#123647 Save empty charts too.
-        // if (!xCooSysSeq.hasElements())
-        //     return false;
-
         for (const auto& rCooSys : xCooSysSeq)
         {
             Reference<chart2::XChartTypeContainer> xChartTypeCont(rCooSys, 
uno::UNO_QUERY);
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to