summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XTextSearch.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XTextSearch.idl')
-rw-r--r--offapi/com/sun/star/util/XTextSearch.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/util/XTextSearch.idl b/offapi/com/sun/star/util/XTextSearch.idl
index 7bcd028ae523..a58e7d3f96e7 100644
--- a/offapi/com/sun/star/util/XTextSearch.idl
+++ b/offapi/com/sun/star/util/XTextSearch.idl
@@ -42,18 +42,15 @@ module com { module sun { module star { module util {
*/
published interface XTextSearch : com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** set the options for the forward or backward search.
*/
void setOptions ([in] SearchOptions options);
- //-------------------------------------------------------------------------
/** search forward in the searchStr, starts at startPos and ends by endpos.
The result is returned in the SearchResult.
*/
SearchResult searchForward ([in] string searchStr, [in] long startPos, [in] long endPos );
- //-------------------------------------------------------------------------
/** search backward in the searchStr, starts at startPos and ends by endpos.
The endpos must be lower then the startpos, because the function searches backward!
The result is returned in the SearchResult.
@@ -62,7 +59,6 @@ published interface XTextSearch : com::sun::star::uno::XInterface
SearchResult searchBackward ([in] string searchStr, [in] long startPos, [in] long endPos );
};
-//=============================================================================
}; }; }; };
#endif