summaryrefslogtreecommitdiff
path: root/sc/qa/extras/scshapeobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/extras/scshapeobj.cxx')
-rw-r--r--sc/qa/extras/scshapeobj.cxx5
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);