diff options
author | anfanite396 <dipamt1729@gmail.com> | 2023-08-11 23:29:32 +0530 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2023-08-25 08:25:53 +0200 |
commit | 7a762a2c7ec5fe107697c06d31bc7a184011a338 (patch) | |
tree | ec442e7e1378cd83f9da306d1b5e74ef97559ff9 /qadevOOo | |
parent | 52f785d15197b4ef645ae08015994f5accf2ec8e (diff) |
tdf#45904: Move _XTextRangeCompare Java tests to C++
Change-Id: I40390a8b05f0e685a9408f0c486f6129633bc5b5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155634
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'qadevOOo')
3 files changed, 0 insertions, 6 deletions
diff --git a/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXBodyText.csv b/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXBodyText.csv index 45ebfd332ec9..44603eda85f2 100644 --- a/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXBodyText.csv +++ b/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXBodyText.csv @@ -1,6 +1,4 @@ "SwXBodyText";"com::sun::star::text::XTextRangeMover#optional";"moveTextRange()" -"SwXBodyText";"com::sun::star::text::XTextRangeCompare#optional";"compareRegionStarts()" -"SwXBodyText";"com::sun::star::text::XTextRangeCompare#optional";"compareRegionEnds()" "SwXBodyText";"com::sun::star::text::XSimpleText";"createTextCursor()" "SwXBodyText";"com::sun::star::text::XSimpleText";"createTextCursorByRange()" "SwXBodyText";"com::sun::star::text::XSimpleText";"insertString()" diff --git a/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXFootnoteText.csv b/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXFootnoteText.csv index 3f3663b8c2dd..6bba3d3cf263 100644 --- a/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXFootnoteText.csv +++ b/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXFootnoteText.csv @@ -1,6 +1,4 @@ "SwXFootnoteText";"com::sun::star::text::XTextRangeMover#optional";"moveTextRange()" -"SwXFootnoteText";"com::sun::star::text::XTextRangeCompare#optional";"compareRegionStarts()" -"SwXFootnoteText";"com::sun::star::text::XTextRangeCompare#optional";"compareRegionEnds()" "SwXFootnoteText";"com::sun::star::text::XSimpleText";"createTextCursor()" "SwXFootnoteText";"com::sun::star::text::XSimpleText";"createTextCursorByRange()" "SwXFootnoteText";"com::sun::star::text::XSimpleText";"insertString()" diff --git a/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXHeadFootText.csv b/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXHeadFootText.csv index 0602fbf2e584..7e780f968a58 100644 --- a/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXHeadFootText.csv +++ b/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXHeadFootText.csv @@ -1,6 +1,4 @@ "SwXHeadFootText";"com::sun::star::text::XTextRangeMover#optional";"moveTextRange()" -"SwXHeadFootText";"com::sun::star::text::XTextRangeCompare#optional";"compareRegionStarts()" -"SwXHeadFootText";"com::sun::star::text::XTextRangeCompare#optional";"compareRegionEnds()" "SwXHeadFootText";"com::sun::star::text::XSimpleText";"createTextCursor()" "SwXHeadFootText";"com::sun::star::text::XSimpleText";"createTextCursorByRange()" "SwXHeadFootText";"com::sun::star::text::XSimpleText";"insertString()" |