From 4453918e67a137440432381ef3bb2d03841e55d5 Mon Sep 17 00:00:00 2001 From: anfanite396 Date: Thu, 24 Aug 2023 16:16:38 +0530 Subject: tdf#45904: Move SwXTextField Java tests to C++ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I11052e68289507778767df0d69cc8924f394b4f3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156047 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXTextField.csv | 8 -------- 1 file changed, 8 deletions(-) (limited to 'qadevOOo') diff --git a/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXTextField.csv b/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXTextField.csv index 647254ff5cbe..e9f43eda6983 100644 --- a/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXTextField.csv +++ b/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXTextField.csv @@ -1,9 +1,3 @@ -"SwXTextField";"com::sun::star::lang::XComponent";"dispose()" -"SwXTextField";"com::sun::star::lang::XComponent";"addEventListener()" -"SwXTextField";"com::sun::star::lang::XComponent";"removeEventListener()" -"SwXTextField";"com::sun::star::text::TextContent";"AnchorType#optional" -"SwXTextField";"com::sun::star::text::TextContent";"AnchorTypes#optional" -"SwXTextField";"com::sun::star::text::TextContent";"TextWrap#optional" "SwXTextField";"com::sun::star::text::XTextField";"getPresentation()" "SwXTextField";"com::sun::star::beans::XPropertySet#optional";"getPropertySetInfo()" "SwXTextField";"com::sun::star::beans::XPropertySet#optional";"setPropertyValue()" @@ -12,5 +6,3 @@ "SwXTextField";"com::sun::star::beans::XPropertySet#optional";"removePropertyChangeListener()" "SwXTextField";"com::sun::star::beans::XPropertySet#optional";"addVetoableChangeListener()" "SwXTextField";"com::sun::star::beans::XPropertySet#optional";"removeVetoableChangeListener()" -"SwXTextField";"com::sun::star::text::XTextContent";"attach()" -"SwXTextField";"com::sun::star::text::XTextContent";"getAnchor()" -- cgit