summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorRahul Gurung <gurungrahul2@gmail.com>2018-10-08 20:39:08 +0530
committerJens Carl <j.carl43@gmx.de>2018-10-16 20:00:13 +0200
commit189d8ade3ca69c4eb313bdfc25182dc81b5d06e8 (patch)
tree1405771b8a81a4a47025470bf5136508deaee047 /sc
parent872f363a5926c76ed8b21dc209352cebfe955764 (diff)
tdf#45904 Move _XTableChartsSupplier Java Tests to C++
Change-Id: I4cd0b25cefce60e8253df65d5136d15d690dbc38 Reviewed-on: https://gerrit.libreoffice.org/61540 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/extras/sctablesheetobj.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/qa/extras/sctablesheetobj.cxx b/sc/qa/extras/sctablesheetobj.cxx
index 5b3114d620b3..efb919405d33 100644
--- a/sc/qa/extras/sctablesheetobj.cxx
+++ b/sc/qa/extras/sctablesheetobj.cxx
@@ -37,6 +37,7 @@
#include <test/sheet/xsubtotalcalculatable.hxx>
#include <test/sheet/xuniquecellformatrangessupplier.hxx>
#include <test/table/xcolumnrowrange.hxx>
+#include <test/table/xtablechartssupplier.hxx>
#include <test/util/xindent.hxx>
#include <test/util/xmergeable.hxx>
#include <test/util/xreplaceable.hxx>
@@ -85,6 +86,7 @@ class ScTableSheetObj : public CalcUnoApiTest, public apitest::Scenario,
public apitest::XSheetPageBreak,
public apitest::XSpreadsheet,
public apitest::XSubTotalCalculatable,
+ public apitest::XTableChartsSupplier,
public apitest::XUniqueCellFormatRangesSupplier
{
public:
@@ -230,6 +232,9 @@ public:
CPPUNIT_TEST(testCreateSubTotalDescriptor);
CPPUNIT_TEST(testApplyRemoveSubTotals);
+ // XTableChartsSupplier
+ CPPUNIT_TEST(testGetCharts);
+
// XUniqueCellFormatRangesSupplier
CPPUNIT_TEST(testGetUniqueCellFormatRanges);