diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-01-03 00:47:36 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-01-03 03:50:34 +0100 |
commit | 23a1c5429c67986a945baab6dae553e58d2d72d9 (patch) | |
tree | 8d7eff8ecb042568e4df8655586fc53284900e6c /qadevOOo | |
parent | 6a29d733651eb307ee8a6c3cf1bc64579070e53a (diff) |
tdf#45904 Move _Scenario Java tests to C++
Change-Id: I313f3a56fd99e7fb29e6f729cfe13e99adf1fed6
Reviewed-on: https://gerrit.libreoffice.org/47289
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/Jar_OOoRunner.mk | 1 | ||||
-rw-r--r-- | qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableSheetObj.csv | 8 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/sheet/_Scenario.java | 33 |
3 files changed, 0 insertions, 42 deletions
diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk index 1fa333cd889b..de087a156028 100644 --- a/qadevOOo/Jar_OOoRunner.mk +++ b/qadevOOo/Jar_OOoRunner.mk @@ -567,7 +567,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\ qadevOOo/tests/java/ifc/sheet/_DocumentSettings \ qadevOOo/tests/java/ifc/sheet/_FunctionDescription \ qadevOOo/tests/java/ifc/sheet/_GlobalSheetSettings \ - qadevOOo/tests/java/ifc/sheet/_Scenario \ qadevOOo/tests/java/ifc/sheet/_Shape \ qadevOOo/tests/java/ifc/sheet/_SheetCell \ qadevOOo/tests/java/ifc/sheet/_SheetCellRange \ diff --git a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableSheetObj.csv b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableSheetObj.csv index fcebef99d308..a733f9e19d38 100644 --- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableSheetObj.csv +++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableSheetObj.csv @@ -109,14 +109,6 @@ "ScTableSheetObj";"com::sun::star::style::CharacterPropertiesComplex";"CharFontPitchComplex" "ScTableSheetObj";"com::sun::star::style::CharacterPropertiesComplex";"CharPostureComplex" "ScTableSheetObj";"com::sun::star::style::CharacterPropertiesComplex";"CharLocaleComplex" -"ScTableSheetObj";"com::sun::star::sheet::Scenario";"IsActive#optional" -"ScTableSheetObj";"com::sun::star::sheet::Scenario";"BorderColor#optional" -"ScTableSheetObj";"com::sun::star::sheet::Scenario";"Protected#optional" -"ScTableSheetObj";"com::sun::star::sheet::Scenario";"ShowBorder#optional" -"ScTableSheetObj";"com::sun::star::sheet::Scenario";"PrintBorder#optional" -"ScTableSheetObj";"com::sun::star::sheet::Scenario";"CopyBack#optional" -"ScTableSheetObj";"com::sun::star::sheet::Scenario";"CopyStyles#optional" -"ScTableSheetObj";"com::sun::star::sheet::Scenario";"CopyFormulas#optional" "ScTableSheetObj";"com::sun::star::util::XProtectable";"protect()" "ScTableSheetObj";"com::sun::star::util::XProtectable";"unprotect()" "ScTableSheetObj";"com::sun::star::util::XProtectable";"isProtected()" diff --git a/qadevOOo/tests/java/ifc/sheet/_Scenario.java b/qadevOOo/tests/java/ifc/sheet/_Scenario.java deleted file mode 100644 index 48efe7a84bb6..000000000000 --- a/qadevOOo/tests/java/ifc/sheet/_Scenario.java +++ /dev/null @@ -1,33 +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 com.sun.star.beans.XPropertySet; -import com.sun.star.uno.UnoRuntime; - -import lib.MultiPropertyTest; - - -public class _Scenario extends MultiPropertyTest { - @Override - public void before() { - oObj = UnoRuntime.queryInterface(XPropertySet.class, - tEnv.getObjRelation( - "ScenarioSheet")); - } -}
\ No newline at end of file |