summaryrefslogtreecommitdiff
path: root/sc/qa/extras/sccellobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/extras/sccellobj.cxx')
-rw-r--r--sc/qa/extras/sccellobj.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/qa/extras/sccellobj.cxx b/sc/qa/extras/sccellobj.cxx
index 2361b3c5d208..1a3ffb2ec66c 100644
--- a/sc/qa/extras/sccellobj.cxx
+++ b/sc/qa/extras/sccellobj.cxx
@@ -13,6 +13,7 @@
#include <test/sheet/xcelladdressable.hxx>
#include <test/sheet/xformulaquery.hxx>
#include <test/sheet/xsheetannotationanchor.hxx>
+#include <test/table/xcolumnrowrange.hxx>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/sheet/XSheetAnnotationsSupplier.hpp>
@@ -32,6 +33,7 @@ namespace sc_apitest {
class ScCellObj : public CalcUnoApiTest, public apitest::SheetCell,
public apitest::XCell,
public apitest::XCellAddressable,
+ public apitest::XColumnRowRange,
public apitest::XFormulaQuery,
public apitest::XSheetAnnotationAnchor
{
@@ -57,6 +59,10 @@ public:
// XCellAddressable
CPPUNIT_TEST(testGetCellAddress);
+ // XColumnRowRange
+ CPPUNIT_TEST(testGetColumns);
+ CPPUNIT_TEST(testGetRows);
+
// XFormulaQuery
CPPUNIT_TEST(testQueryDependents);
CPPUNIT_TEST(testQueryPrecedents);