summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/Jar_OOoRunner.mk1
-rw-r--r--qadevOOo/objdsc/sc/com.sun.star.comp.office.ScSpreadsheetSettings.csv18
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_GlobalSheetSettings.java47
3 files changed, 0 insertions, 66 deletions
diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk
index 227ede99d893..72f64db9f389 100644
--- a/qadevOOo/Jar_OOoRunner.mk
+++ b/qadevOOo/Jar_OOoRunner.mk
@@ -564,7 +564,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\
qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer \
qadevOOo/tests/java/ifc/sdb/_XSQLErrorBroadcaster \
qadevOOo/tests/java/ifc/sheet/_FunctionDescription \
- qadevOOo/tests/java/ifc/sheet/_GlobalSheetSettings \
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.ScSpreadsheetSettings.csv b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScSpreadsheetSettings.csv
index e7f234204af5..63db656f8011 100644
--- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScSpreadsheetSettings.csv
+++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScSpreadsheetSettings.csv
@@ -5,21 +5,3 @@
"ScSpreadsheetSettings";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
"ScSpreadsheetSettings";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
"ScSpreadsheetSettings";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
-"ScSpreadsheetSettings";"com::sun::star::sheet::GlobalSheetSettings";"MoveSelection"
-"ScSpreadsheetSettings";"com::sun::star::sheet::GlobalSheetSettings";"MoveDirection"
-"ScSpreadsheetSettings";"com::sun::star::sheet::GlobalSheetSettings";"EnterEdit"
-"ScSpreadsheetSettings";"com::sun::star::sheet::GlobalSheetSettings";"ExtendFormat"
-"ScSpreadsheetSettings";"com::sun::star::sheet::GlobalSheetSettings";"RangeFinder"
-"ScSpreadsheetSettings";"com::sun::star::sheet::GlobalSheetSettings";"ExpandReferences"
-"ScSpreadsheetSettings";"com::sun::star::sheet::GlobalSheetSettings";"MarkHeader"
-"ScSpreadsheetSettings";"com::sun::star::sheet::GlobalSheetSettings";"UseTabCol"
-"ScSpreadsheetSettings";"com::sun::star::sheet::GlobalSheetSettings";"Metric"
-"ScSpreadsheetSettings";"com::sun::star::sheet::GlobalSheetSettings";"Scale"
-"ScSpreadsheetSettings";"com::sun::star::sheet::GlobalSheetSettings";"DoAutoComplete"
-"ScSpreadsheetSettings";"com::sun::star::sheet::GlobalSheetSettings";"StatusBarFunction"
-"ScSpreadsheetSettings";"com::sun::star::sheet::GlobalSheetSettings";"UserLists"
-"ScSpreadsheetSettings";"com::sun::star::sheet::GlobalSheetSettings";"LinkUpdateMode#optional"
-"ScSpreadsheetSettings";"com::sun::star::sheet::GlobalSheetSettings";"PrintAllSheets#optional"
-"ScSpreadsheetSettings";"com::sun::star::sheet::GlobalSheetSettings";"PrintEmptyPages#optional"
-"ScSpreadsheetSettings";"com::sun::star::sheet::GlobalSheetSettings";"UsePrinterMetrics#optional"
-"ScSpreadsheetSettings";"com::sun::star::sheet::GlobalSheetSettings";"ReplaceCellsWarning#optional"
diff --git a/qadevOOo/tests/java/ifc/sheet/_GlobalSheetSettings.java b/qadevOOo/tests/java/ifc/sheet/_GlobalSheetSettings.java
deleted file mode 100644
index f0768b82eb0f..000000000000
--- a/qadevOOo/tests/java/ifc/sheet/_GlobalSheetSettings.java
+++ /dev/null
@@ -1,47 +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;
-
-/**
-* Testing <code>com.sun.star.sheet.GlobalSheetSettings</code>
-* service properties :
-* <ul>
-* <li><code> MoveSelection</code></li>
-* <li><code> MoveDirection</code></li>
-* <li><code> EnterEdit</code></li>
-* <li><code> ExtendFormat</code></li>
-* <li><code> RangeFinder</code></li>
-* <li><code> ExpandReferences</code></li>
-* <li><code> MarkHeader</code></li>
-* <li><code> UseTabCol</code></li>
-* <li><code> Metric</code></li>
-* <li><code> Scale</code></li>
-* <li><code> DoAutoComplete</code></li>
-* <li><code> StatusBarFunction</code></li>
-* <li><code> UserLists</code></li>
-* </ul> <p>
-* Properties testing is automated by <code>lib.MultiPropertyTest</code>.
-* @see com.sun.star.sheet.GlobalSheetSettings
-*/
-public class _GlobalSheetSettings extends MultiPropertyTest {
-}
-
-