summaryrefslogtreecommitdiff
path: root/qadevOOo/tests
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-08-24 21:05:38 +0000
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-08-27 09:50:02 +0200
commitc298f79083cb7e09dd389a353b7bb25e6f5f00b2 (patch)
tree833f494e67ad541747ed33f6634d340cfe4d101a /qadevOOo/tests
parent90b5555e3ac951c6387f1fc9110119655b23b832 (diff)
tdf#45904: Move _DatabaseRange Java tests to C++
Change-Id: Iefe319c379ac8fffbb167b4bd4bcb235defabfa9 Reviewed-on: https://gerrit.libreoffice.org/41541 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'qadevOOo/tests')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_DatabaseRange.java39
1 files changed, 0 insertions, 39 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_DatabaseRange.java b/qadevOOo/tests/java/ifc/sheet/_DatabaseRange.java
deleted file mode 100644
index 7e0d9a440008..000000000000
--- a/qadevOOo/tests/java/ifc/sheet/_DatabaseRange.java
+++ /dev/null
@@ -1,39 +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.DatabaseRange</code>
-* service properties :
-* <ul>
-* <li><code> MoveCells</code></li>
-* <li><code> KeepFormats</code></li>
-* <li><code> StripData</code></li>
-* <li><code> AutoFilter</code></li>
-* <li><code> UseFilerCriteriaSource</code></li>
-* <li><code> FilerCriteriaSource</code></li>
-* </ul> <p>
-* Properties testing is automated by <code>lib.MultiPropertyTest</code>.
-* @see com.sun.star.sheet.DatabaseRange
-*/
-public class _DatabaseRange extends MultiPropertyTest {
-}
-