diff options
author | Jens Carl <j.carl43@gmx.de> | 2017-08-08 09:54:47 +0000 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-08-08 12:36:08 +0200 |
commit | 1f54caef187dc73acda934808cc5d8d91f72b882 (patch) | |
tree | 7680180b1dbdaee6f4652588785cc52b8d359aa1 /include/test | |
parent | 40ea896e5c378c36ab41dbbbb06b43b8ec2c231f (diff) |
Fix for failing tests of xcellseries with ScCellRangeObj ...
... (CppunitTest_sc_cellrangeobj) introduced by
commit 27cbca2c8dccbbb299621b49e5ffd836188202f0.
Change-Id: I97be4f70de52abd974bf1198063d28f2ff419dbd
Reviewed-on: https://gerrit.libreoffice.org/40871
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/test')
-rw-r--r-- | include/test/sheet/xusedareacursor.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/test/sheet/xusedareacursor.hxx b/include/test/sheet/xusedareacursor.hxx index 9e98aa3ae25b..546907ddfa7c 100644 --- a/include/test/sheet/xusedareacursor.hxx +++ b/include/test/sheet/xusedareacursor.hxx @@ -23,6 +23,7 @@ class OOO_DLLPUBLIC_TEST XUsedAreaCursor { public: virtual uno::Reference< uno::XInterface > init() = 0; + virtual uno::Reference< uno::XInterface > getXSpreadsheet() = 0; virtual ~XUsedAreaCursor(){} void testGotoStartOfUsedArea(); |