diff options
author | Jens Carl <j.carl43@gmx.de> | 2019-06-17 05:50:26 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-06-18 06:52:14 +0200 |
commit | 8a453f96f0181b1eae227ebdadea6ee458d53eb4 (patch) | |
tree | 719e2c8245c6820e21cab59f31a5b82f57eed27d /sc/qa | |
parent | 99971d009e9c96d1d47aec14ecfbfeaa06dc140d (diff) |
tdf#45904 Move XGluePointsSupplier Java test to C++
Move XGluePointsSupplier Java test to C++ for ScShapeObj.
Change-Id: I75babf46b664cccbb4d1df2af1764c3fa296903a
Reviewed-on: https://gerrit.libreoffice.org/74140
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/extras/scshapeobj.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/qa/extras/scshapeobj.cxx b/sc/qa/extras/scshapeobj.cxx index 91ab4adc79af..723d71a3f1c4 100644 --- a/sc/qa/extras/scshapeobj.cxx +++ b/sc/qa/extras/scshapeobj.cxx @@ -8,6 +8,7 @@ */ #include <test/calc_unoapi_test.hxx> +#include <test/drawing/xgluepointssupplier.hxx> #include <test/drawing/xshapedescriptor.hxx> #include <test/lang/xcomponent.hxx> #include <test/sheet/shape.hxx> @@ -33,6 +34,7 @@ namespace sc_apitest class ScShapeObj : public CalcUnoApiTest, public apitest::Shape, public apitest::XComponent, + public apitest::XGluePointsSupplier, public apitest::XShapeDescriptor { public: @@ -55,6 +57,9 @@ public: CPPUNIT_TEST(testDispose); CPPUNIT_TEST(testRemoveEventListener); + // XGluePointsSupplier + CPPUNIT_TEST(testGetGluePoints); + // XShapeDescriptor CPPUNIT_TEST(testGetShapeType); |