From 35f6b6f6b9693e098b8407c3c35e74087d59ed8e Mon Sep 17 00:00:00 2001 From: Jens Carl Date: Tue, 23 Jan 2018 18:53:00 +0000 Subject: tdf#45904 Move _SheetCell Java tests to C++ Change-Id: I5d698303a901ee103fdd4ffdea34809142afa0e5 Reviewed-on: https://gerrit.libreoffice.org/48463 Tested-by: Jenkins Reviewed-by: Jens Carl --- qadevOOo/Jar_OOoRunner.mk | 1 - .../sc/com.sun.star.comp.office.ScCellObj.csv | 8 ------ qadevOOo/tests/java/ifc/sheet/_SheetCell.java | 29 ---------------------- 3 files changed, 38 deletions(-) delete mode 100644 qadevOOo/tests/java/ifc/sheet/_SheetCell.java (limited to 'qadevOOo') diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk index 72f64db9f389..ac4ae33a1f08 100644 --- a/qadevOOo/Jar_OOoRunner.mk +++ b/qadevOOo/Jar_OOoRunner.mk @@ -565,7 +565,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\ qadevOOo/tests/java/ifc/sdb/_XSQLErrorBroadcaster \ qadevOOo/tests/java/ifc/sheet/_FunctionDescription \ qadevOOo/tests/java/ifc/sheet/_Shape \ - qadevOOo/tests/java/ifc/sheet/_SheetCell \ qadevOOo/tests/java/ifc/sheet/_SheetCellRange \ qadevOOo/tests/java/ifc/sheet/_SheetCellRanges \ qadevOOo/tests/java/ifc/sheet/_SheetFilterDescriptor \ 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 a844cd884d23..a217fac5191b 100644 --- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellObj.csv +++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellObj.csv @@ -139,14 +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::SheetCell";"Position" -"ScCellObj";"com::sun::star::sheet::SheetCell";"Size" -"ScCellObj";"com::sun::star::sheet::SheetCell";"FormulaLocal#optional" -"ScCellObj";"com::sun::star::sheet::SheetCell";"FormulaResultType" -"ScCellObj";"com::sun::star::sheet::SheetCell";"ConditionalFormat" -"ScCellObj";"com::sun::star::sheet::SheetCell";"ConditionalFormatLocal#optional" -"ScCellObj";"com::sun::star::sheet::SheetCell";"Validation" -"ScCellObj";"com::sun::star::sheet::SheetCell";"ValidationLocal#optional" "ScCellObj";"com::sun::star::beans::XTolerantMultiPropertySet#optional";"setPropertyValuesTolerant()" "ScCellObj";"com::sun::star::beans::XTolerantMultiPropertySet#optional";"getPropertyValuesTolerant()" "ScCellObj";"com::sun::star::beans::XTolerantMultiPropertySet#optional";"getDirectPropertyValuesTolerant()" diff --git a/qadevOOo/tests/java/ifc/sheet/_SheetCell.java b/qadevOOo/tests/java/ifc/sheet/_SheetCell.java deleted file mode 100644 index c60a44377a32..000000000000 --- a/qadevOOo/tests/java/ifc/sheet/_SheetCell.java +++ /dev/null @@ -1,29 +0,0 @@ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . - */ - -package ifc.sheet; - -import lib.MultiPropertyTest; - - -public class _SheetCell extends MultiPropertyTest { - - -} - - -- cgit