diff options
author | Rahul Gurung <gurungrahul2@gmail.com> | 2018-11-24 21:59:46 +0530 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2018-11-27 04:12:53 +0100 |
commit | 851c80fdf6fb3509b53c6301dd0721be58c18719 (patch) | |
tree | be6ee2e89c6efc7461221520b59ccc712b086973 /sc/qa | |
parent | 3f2b8db38c8823d9980d43dd6eec9d3150cc5405 (diff) |
tdf#45904 Move _XLinkTargetSupplier Java Tests to C++
Change-Id: Idd62a6458d7aa0d1d8a479f5ebf78637e0360548
Reviewed-on: https://gerrit.libreoffice.org/63950
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/extras/scmodelobj.cxx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sc/qa/extras/scmodelobj.cxx b/sc/qa/extras/scmodelobj.cxx index 78bc8f7b34d5..6a7e0833054f 100644 --- a/sc/qa/extras/scmodelobj.cxx +++ b/sc/qa/extras/scmodelobj.cxx @@ -8,6 +8,7 @@ */ #include <test/unoapi_test.hxx> +#include <test/document/xlinktargetsupplier.hxx> #include <test/sheet/spreadsheetdocumentsettings.hxx> #include <test/sheet/xcalculatable.hxx> #include <test/sheet/xconsolidatable.hxx> @@ -35,7 +36,8 @@ class ScModelObj : public UnoApiTest, public apitest::XCalculatable, public apitest::XConsolidatable, public apitest::XDocumentAuditing, - public apitest::XGoalSeek + public apitest::XGoalSeek, + public apitest::XLinkTargetSupplier { public: virtual void setUp() override; @@ -67,6 +69,9 @@ public: // XGoalSeek CPPUNIT_TEST(testSeekGoal); + // XLinkTargetSupplier + CPPUNIT_TEST(testGetLinks); + CPPUNIT_TEST_SUITE_END(); private: |