summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/extras/scchartobj.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/qa/extras/scchartobj.cxx b/sc/qa/extras/scchartobj.cxx
index 2492a593db9c..10dab5203ec9 100644
--- a/sc/qa/extras/scchartobj.cxx
+++ b/sc/qa/extras/scchartobj.cxx
@@ -8,6 +8,7 @@
*/
#include <test/calc_unoapi_test.hxx>
+#include <test/beans/xpropertyset.hxx>
#include <test/container/xnamed.hxx>
#include <test/document/xembeddedobjectsupplier.hxx>
#include <test/table/xtablechart.hxx>
@@ -39,6 +40,7 @@ namespace sc_apitest
class ScChartObj : public CalcUnoApiTest,
public apitest::XEmbeddedObjectSupplier,
public apitest::XNamed,
+ public apitest::XPropertySet,
public apitest::XServiceInfo,
public apitest::XTableChart
{
@@ -58,6 +60,9 @@ public:
CPPUNIT_TEST(testGetName);
CPPUNIT_TEST(testSetNameThrowsException);
+ // XPropertySet
+ CPPUNIT_TEST(testGetPropertySetInfo);
+
// XServiceInfo
CPPUNIT_TEST(testGetImplementationName);
CPPUNIT_TEST(testGetSupportedServiceNames);