diff options
author | Jens Carl <j.carl43@gmx.de> | 2017-06-28 08:09:33 +0000 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-07-02 04:49:14 +0200 |
commit | c08dd17baf7ea63f10d5311e90c5c6a4c48aac20 (patch) | |
tree | cffa7913175d864719d8859e525a0d7504825c57 /qadevOOo | |
parent | 01985fd8fccf46749b74ee733391ce8b6ec1f1f8 (diff) |
tdf#45904 Move Java XCellAddressable test to C++
Change-Id: Ib68c7dd8087f19bd969cf5273c3a6e8664c6bb62
Reviewed-on: https://gerrit.libreoffice.org/39348
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/Jar_OOoRunner.mk | 1 | ||||
-rw-r--r-- | qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellObj.csv | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk index da5822fcd1bd..458ebf1b7cf9 100644 --- a/qadevOOo/Jar_OOoRunner.mk +++ b/qadevOOo/Jar_OOoRunner.mk @@ -592,7 +592,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\ qadevOOo/tests/java/ifc/sheet/_XAreaLinks \ qadevOOo/tests/java/ifc/sheet/_XArrayFormulaRange \ qadevOOo/tests/java/ifc/sheet/_XCalculatable \ - qadevOOo/tests/java/ifc/sheet/_XCellAddressable \ qadevOOo/tests/java/ifc/sheet/_XCellFormatRangesSupplier \ qadevOOo/tests/java/ifc/sheet/_XCellRangeAddressable \ qadevOOo/tests/java/ifc/sheet/_XCellRangeData \ diff --git a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellObj.csv b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellObj.csv index 583f9f622b18..ef1c845ab31b 100644 --- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellObj.csv +++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellObj.csv @@ -139,7 +139,6 @@ "ScCellObj";"com::sun::star::text::XTextRange";"getEnd()" "ScCellObj";"com::sun::star::text::XTextRange";"getString()" "ScCellObj";"com::sun::star::text::XTextRange";"setString()" -"ScCellObj";"com::sun::star::sheet::XCellAddressable";"getCellAddress()" "ScCellObj";"com::sun::star::sheet::SheetCell";"Position" "ScCellObj";"com::sun::star::sheet::SheetCell";"Size" "ScCellObj";"com::sun::star::sheet::SheetCell";"FormulaLocal#optional" |