summaryrefslogtreecommitdiff
path: root/sc/qa/extras/sccellcursorobj.cxx
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2018-02-01 22:36:08 +0000
committerJens Carl <j.carl43@gmx.de>2018-02-02 18:19:56 +0100
commit22f6e25987744da57644be95f59b45c1ff51a5d2 (patch)
tree1dd5d2f54dd115fa5f6199ee5d859811116290e6 /sc/qa/extras/sccellcursorobj.cxx
parent7eb24dc16b68fa1bf89a903e431ba15646fbbfdf (diff)
tdf#45904 Move _SheetCellRange Java tests to C++
Change-Id: Ia4ebe9d0418e33d245437a49c7ce9551b4a06e82 Reviewed-on: https://gerrit.libreoffice.org/49124 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc/qa/extras/sccellcursorobj.cxx')
-rw-r--r--sc/qa/extras/sccellcursorobj.cxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/sc/qa/extras/sccellcursorobj.cxx b/sc/qa/extras/sccellcursorobj.cxx
index 344be839f720..b4ea737616c7 100644
--- a/sc/qa/extras/sccellcursorobj.cxx
+++ b/sc/qa/extras/sccellcursorobj.cxx
@@ -8,6 +8,7 @@
*/
#include <test/calc_unoapi_test.hxx>
+#include <test/sheet/sheetcellrange.hxx>
#include <test/sheet/xcellformatrangessupplier.hxx>
#include <test/sheet/xcellrangeaddressable.hxx>
#include <test/sheet/xcellseries.hxx>
@@ -29,7 +30,8 @@ using namespace css::uno;
namespace sc_apitest {
-class ScCellCursorObj : public CalcUnoApiTest, public apitest::XCellFormatRangesSupplier,
+class ScCellCursorObj : public CalcUnoApiTest, public apitest::SheetCellRange,
+ public apitest::XCellFormatRangesSupplier,
public apitest::XCellRangeAddressable,
public apitest::XCellSeries,
public apitest::XMultipleOperation,
@@ -51,6 +53,9 @@ public:
CPPUNIT_TEST_SUITE(ScCellCursorObj);
+ // SheetCellRange
+ CPPUNIT_TEST(testSheetCellRangeProperties);
+
// XUsedAreaCursor
CPPUNIT_TEST(testGotoStartOfUsedArea);
CPPUNIT_TEST(testGotoEndOfUsedArea);