summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authoranfanite396 <dipamt1729@gmail.com>2023-08-01 19:39:26 +0530
committerTomaž Vajngerl <quikee@gmail.com>2023-08-26 13:30:26 +0200
commitd1fef008f10da02700fe9d46bc86c3a50cae7a21 (patch)
tree3f939d38bcccc92746d3e0a5cc6bd04d712d12b9 /qadevOOo
parent38170c21461a5933fe6b2341532ef6527b5a65b6 (diff)
tdf#45904: Move _DocumentIndexMark Java tests to C++
Change-Id: I144d06ab3abb47134060d554a4016009246aa739 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155163 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/Jar_OOoRunner.mk1
-rw-r--r--qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXDocumentIndexMark.csv3
-rw-r--r--qadevOOo/tests/java/ifc/text/_DocumentIndexMark.java38
3 files changed, 0 insertions, 42 deletions
diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk
index 336b99b81e9a..9e89070e0a97 100644
--- a/qadevOOo/Jar_OOoRunner.mk
+++ b/qadevOOo/Jar_OOoRunner.mk
@@ -593,7 +593,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\
qadevOOo/tests/java/ifc/text/_CellRange \
qadevOOo/tests/java/ifc/text/_Defaults \
qadevOOo/tests/java/ifc/text/_DocumentIndex \
- qadevOOo/tests/java/ifc/text/_DocumentIndexMark \
qadevOOo/tests/java/ifc/text/_DocumentSettings \
qadevOOo/tests/java/ifc/text/_Footnote \
qadevOOo/tests/java/ifc/text/_FootnoteSettings \
diff --git a/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXDocumentIndexMark.csv b/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXDocumentIndexMark.csv
index 6e02c6c3f748..cc1e491f1987 100644
--- a/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXDocumentIndexMark.csv
+++ b/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXDocumentIndexMark.csv
@@ -4,8 +4,5 @@
"SwXDocumentIndexMark";"com::sun::star::text::TextContent";"AnchorType#optional"
"SwXDocumentIndexMark";"com::sun::star::text::TextContent";"AnchorTypes#optional"
"SwXDocumentIndexMark";"com::sun::star::text::TextContent";"TextWrap#optional"
-"SwXDocumentIndexMark";"com::sun::star::text::DocumentIndexMark";"PrimaryKey"
-"SwXDocumentIndexMark";"com::sun::star::text::DocumentIndexMark";"SecondaryKey"
-"SwXDocumentIndexMark";"com::sun::star::text::DocumentIndexMark";"IsMainEntry"
"SwXDocumentIndexMark";"com::sun::star::text::XTextContent";"attach()"
"SwXDocumentIndexMark";"com::sun::star::text::XTextContent";"getAnchor()"
diff --git a/qadevOOo/tests/java/ifc/text/_DocumentIndexMark.java b/qadevOOo/tests/java/ifc/text/_DocumentIndexMark.java
deleted file mode 100644
index d78730727e12..000000000000
--- a/qadevOOo/tests/java/ifc/text/_DocumentIndexMark.java
+++ /dev/null
@@ -1,38 +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.text;
-
-import lib.MultiPropertyTest;
-
-/**
-* Testing <code>com.sun.star.text.DocumentIndexMark</code>
-* service properties :
-* <ul>
-* <li><code> PrimaryKey</code></li>
-* <li><code> SecondaryKey</code></li>
-* <li><code> IsMainEntry</code></li>
-* </ul> <p>
-* Properties testing is automated by <code>lib.MultiPropertyTest</code>.
-* @see com.sun.star.text.DocumentIndexMark
-*/
-public class _DocumentIndexMark extends MultiPropertyTest {
-
-} // finish class _DocumentIndexMark
-
-