summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-10 10:37:55 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-10 15:04:49 +0200
commitf0413ff4ea387b65d30e6f8cce628c2991b361a4 (patch)
tree8aff82005873522d0c97b421e057937c915dea96 /offapi/com/sun/star/util
parent2e1e0852eed9699dae31d8a96bfa2726e03b27e1 (diff)
Fix typos
Change-Id: I49ac790b4f1b09f5041ec95b8cdf0d6323d036d9 Reviewed-on: https://gerrit.libreoffice.org/78796 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'offapi/com/sun/star/util')
-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.
*/