diff options
Diffstat (limited to 'offapi/com/sun/star/util/XSearchable.idl')
-rw-r--r-- | offapi/com/sun/star/util/XSearchable.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/util/XSearchable.idl b/offapi/com/sun/star/util/XSearchable.idl index ee772e688e9c..5f16f27a69d3 100644 --- a/offapi/com/sun/star/util/XSearchable.idl +++ b/offapi/com/sun/star/util/XSearchable.idl @@ -2,9 +2,9 @@ * * $RCSfile: XSearchable.idl,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:10:59 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -131,7 +131,7 @@ interface XSearchable: com::sun::star::uno::XInterface /** searches the contained texts for the next occurrence of whatever is specified. @returns - the position within the component, e.g. a <type scope="com::sun::star::text>XTextRange</type> + the position within the component, e.g. a <type scope="com::sun::star::text">XTextRange</type> which determines the found elements. @see SearchDescriptor |