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.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/util/XTextSearch.idl b/offapi/com/sun/star/util/XTextSearch.idl
index 07214f09254f..2ada6946e480 100644
--- a/offapi/com/sun/star/util/XTextSearch.idl
+++ b/offapi/com/sun/star/util/XTextSearch.idl
@@ -43,7 +43,7 @@ published interface XTextSearch : com::sun::star::uno::XInterface
*/
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 endpos must be lower than the startpos, because the function searches backward!
The result is returned in the SearchResult.
*/