diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-01-06 02:29:41 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-01-06 20:30:57 +0100 |
commit | 6e21c087fdc49975d4ee5423b001b132d3a171a1 (patch) | |
tree | d94d7a2bb377245f9d67db94f5ddca92927d8606 /qadevOOo | |
parent | 89e354eff9d99d05461e2892fb1af56d186b8653 (diff) |
tdf#45904 Move _DocumentSettings Java tests to C++
Change-Id: Ie00a963c5eb575ae1e96f6e1aa10da1a2ce421e4
Reviewed-on: https://gerrit.libreoffice.org/47485
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.ScDocumentConfiguration.csv | 15 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/sheet/_DocumentSettings.java | 30 |
3 files changed, 0 insertions, 46 deletions
diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk index d99390962f85..ec406f859a2f 100644 --- a/qadevOOo/Jar_OOoRunner.mk +++ b/qadevOOo/Jar_OOoRunner.mk @@ -563,7 +563,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\ qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer \ qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer \ qadevOOo/tests/java/ifc/sdb/_XSQLErrorBroadcaster \ - qadevOOo/tests/java/ifc/sheet/_DocumentSettings \ qadevOOo/tests/java/ifc/sheet/_FunctionDescription \ qadevOOo/tests/java/ifc/sheet/_GlobalSheetSettings \ qadevOOo/tests/java/ifc/sheet/_Shape \ diff --git a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScDocumentConfiguration.csv b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScDocumentConfiguration.csv index 81b594f2953b..af5610ca81aa 100644 --- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScDocumentConfiguration.csv +++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScDocumentConfiguration.csv @@ -25,21 +25,6 @@ "ScDocumentConfiguration";"com::sun::star::document::Settings";"AutoCalculate#optional" "ScDocumentConfiguration";"com::sun::star::document::Settings";"PrinterIndependentLayout#optional" "ScDocumentConfiguration";"com::sun::star::document::Settings";"AddExternalLeading#optional" -"ScDocumentConfiguration";"com::sun::star::sheet::DocumentSettings";"ShowZeroValues#optional" -"ScDocumentConfiguration";"com::sun::star::sheet::DocumentSettings";"ShowNotes#optional" -"ScDocumentConfiguration";"com::sun::star::sheet::DocumentSettings";"ShowGrid#optional" -"ScDocumentConfiguration";"com::sun::star::sheet::DocumentSettings";"GridColor#optional" -"ScDocumentConfiguration";"com::sun::star::sheet::DocumentSettings";"ShowPageBreaks#optional" -"ScDocumentConfiguration";"com::sun::star::sheet::DocumentSettings";"HasColumnRowHeaders#optional" -"ScDocumentConfiguration";"com::sun::star::sheet::DocumentSettings";"HasSheetTabs#optional" -"ScDocumentConfiguration";"com::sun::star::sheet::DocumentSettings";"IsOutlineSymbolsSet#optional" -"ScDocumentConfiguration";"com::sun::star::sheet::DocumentSettings";"IsSnapToRaster#optional" -"ScDocumentConfiguration";"com::sun::star::sheet::DocumentSettings";"RasterIsVisible#optional" -"ScDocumentConfiguration";"com::sun::star::sheet::DocumentSettings";"RasterResolutionX#optional" -"ScDocumentConfiguration";"com::sun::star::sheet::DocumentSettings";"RasterResolutionY#optional" -"ScDocumentConfiguration";"com::sun::star::sheet::DocumentSettings";"RasterSubdivisionX#optional" -"ScDocumentConfiguration";"com::sun::star::sheet::DocumentSettings";"RasterSubdivisionY#optional" -"ScDocumentConfiguration";"com::sun::star::sheet::DocumentSettings";"IsRasterAxisSynchronized#optional" "ScDocumentConfiguration";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()" "ScDocumentConfiguration";"com::sun::star::beans::XPropertySet";"setPropertyValue()" "ScDocumentConfiguration";"com::sun::star::beans::XPropertySet";"getPropertyValue()" diff --git a/qadevOOo/tests/java/ifc/sheet/_DocumentSettings.java b/qadevOOo/tests/java/ifc/sheet/_DocumentSettings.java deleted file mode 100644 index 69774ea2272b..000000000000 --- a/qadevOOo/tests/java/ifc/sheet/_DocumentSettings.java +++ /dev/null @@ -1,30 +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; - -/* - * Generic test for all properties contained in this service - */ - -public class _DocumentSettings extends MultiPropertyTest{ - - -} |