summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTünde Tóth <toth.tunde@nisz.hu>2020-08-19 11:52:49 +0200
committerLászló Németh <nemeth@numbertext.org>2020-08-20 15:35:16 +0200
commit5884f85ace3ea1b90c314f46e3f2aeadc247ffa1 (patch)
tree0fe8e0ddb11ddeee9858f88b9ba20579bb18cf17 /sc
parent51275a633ff5f8aa5843ba1622c701fd7fdda5a0 (diff)
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@numbertext.org>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/xcl97/xcl97rec.cxx5
1 files changed, 0 insertions, 5 deletions
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);