[Libreoffice-commits] core.git: sc/source
Tünde Tóth (via logerrit)
logerrit at kemper.freedesktop.org
Thu Aug 20 13:35:56 UTC 2020
sc/source/filter/xcl97/xcl97rec.cxx | 5 -----
1 file changed, 5 deletions(-)
New commits:
commit 5884f85ace3ea1b90c314f46e3f2aeadc247ffa1
Author: Tünde Tóth <toth.tunde at nisz.hu>
AuthorDate: Wed Aug 19 11:52:49 2020 +0200
Commit: László Németh <nemeth at numbertext.org>
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 <nemeth at numbertext.org>
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);
More information about the Libreoffice-commits
mailing list