summaryrefslogtreecommitdiff
path: root/qadevOOo/tests
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2018-01-16 08:25:25 +0000
committerJens Carl <j.carl43@gmx.de>2018-01-16 19:33:06 +0100
commit6e31851e72520ce08e5cd2bf1f3aaa9f100a3eff (patch)
treec0549f27469ed0a935cdb123f480822e6fca91ed /qadevOOo/tests
parentd6d9481a8dea2d88374f8293debb4b28c1c2e0d1 (diff)
tdf#45904 Move _GlobalSheetSettings Java tests to C++
Change-Id: Icdc30eb65b10a72b66f26c0d55844b8fb433f090 Reviewed-on: https://gerrit.libreoffice.org/47976 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'qadevOOo/tests')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_GlobalSheetSettings.java47
1 files changed, 0 insertions, 47 deletions
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 {
-}
-
-