summaryrefslogtreecommitdiff
path: root/sc/qa/extras/sccellrangeobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/extras/sccellrangeobj.cxx')
-rw-r--r--sc/qa/extras/sccellrangeobj.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/qa/extras/sccellrangeobj.cxx b/sc/qa/extras/sccellrangeobj.cxx
index 8c9b9423696b..1fd0b4ada63f 100644
--- a/sc/qa/extras/sccellrangeobj.cxx
+++ b/sc/qa/extras/sccellrangeobj.cxx
@@ -9,6 +9,7 @@
#include <test/calc_unoapi_test.hxx>
#include <test/sheet/cellproperties.hxx>
+#include <test/sheet/sheetcellrange.hxx>
#include <test/sheet/xcellformatrangessupplier.hxx>
#include <test/sheet/xcellrangeaddressable.hxx>
#include <test/sheet/xcellrangedata.hxx>
@@ -47,6 +48,7 @@ using namespace css::uno;
namespace sc_apitest {
class ScCellRangeObj : public CalcUnoApiTest, public apitest::CellProperties,
+ public apitest::SheetCellRange,
public apitest::XCellFormatRangesSupplier,
public apitest::XCellRangeAddressable,
public apitest::XCellRangeData,
@@ -78,6 +80,9 @@ public:
CPPUNIT_TEST(testVertJustify);
CPPUNIT_TEST(testRotateReference);
+ // SheetCellRange
+ CPPUNIT_TEST(testSheetCellRangeProperties);
+
// XCellFormatRangesSupplier
CPPUNIT_TEST(testGetCellFormatRanges);