summaryrefslogtreecommitdiff
path: root/offapi
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
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')
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleHypertext.idl2
-rw-r--r--offapi/com/sun/star/awt/tree/XMutableTreeNode.idl2
-rw-r--r--offapi/com/sun/star/awt/tree/XTreeNode.idl2
-rw-r--r--offapi/com/sun/star/security/DocumentSignatureInformation.idl2
-rw-r--r--offapi/com/sun/star/sheet/DataPilotFieldGroupInfo.idl2
-rw-r--r--offapi/com/sun/star/util/XTextSearch.idl2
6 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleHypertext.idl b/offapi/com/sun/star/accessibility/XAccessibleHypertext.idl
index 0e88a77071ab..24e87b0ea68b 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleHypertext.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleHypertext.idl
@@ -84,7 +84,7 @@ interface XAccessibleHypertext
Index of the character for which to return the link index. If
the XAccessibleText interface is used to represent
the text containing the link, then the character index is only
- valid if it is greater than or equal to zero and lower then the
+ valid if it is greater than or equal to zero and lower than the
number of characters in the text. See that interface's
documentation for more details.
diff --git a/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl b/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
index 3fca84cacb4e..4c563380a554 100644
--- a/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
+++ b/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
@@ -52,7 +52,7 @@ interface XMutableTreeNode : XTreeNode
if <var>ChildNode</var> is not a valid node of the corresponding XTreeDataModel.
@throws ::com::sun::star::lang::IndexOutOfBoundsException
- if <var>Index</var> is less than 0 or greater then XTreeNode::getChildCount().
+ if <var>Index</var> is less than 0 or greater than XTreeNode::getChildCount().
*/
void insertChildByIndex( [in] long Index, [in] XMutableTreeNode ChildNode )
raises( com::sun::star::lang::IllegalArgumentException,
diff --git a/offapi/com/sun/star/awt/tree/XTreeNode.idl b/offapi/com/sun/star/awt/tree/XTreeNode.idl
index 4e5a0b4a8c7b..050160e47c6b 100644
--- a/offapi/com/sun/star/awt/tree/XTreeNode.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeNode.idl
@@ -37,7 +37,7 @@ interface XTreeNode
/** Returns the child tree node at <var>Index</var>.
@throws ::com::sun::star::lang::IndexOutOfBoundsException
- if <var>Index</var> is less than 0 or equal or greater then getChildCount().
+ if <var>Index</var> is less than 0 or equal or greater than getChildCount().
*/
XTreeNode getChildAt( [in] long Index )
raises( com::sun::star::lang::IndexOutOfBoundsException );
diff --git a/offapi/com/sun/star/security/DocumentSignatureInformation.idl b/offapi/com/sun/star/security/DocumentSignatureInformation.idl
index f3e891a37378..03b2e1f1dbce 100644
--- a/offapi/com/sun/star/security/DocumentSignatureInformation.idl
+++ b/offapi/com/sun/star/security/DocumentSignatureInformation.idl
@@ -62,7 +62,7 @@ struct DocumentSignatureInformation
* OOo 3.0 signed everything, except mimetype and the META-INF folder.
* <p>
* If PartialDocumentSignature is true, then the signature was created by OOo
- * with a version less then 3.2. In this case, not all files are signed. The
+ * with a version lower than 3.2. In this case, not all files are signed. The
* signature can still be regarded as valid, as long as SignatureIsValid is true
* and the certificate could be validated. However, users should be notified about
* the fact, that not everything in this document is signed.
diff --git a/offapi/com/sun/star/sheet/DataPilotFieldGroupInfo.idl b/offapi/com/sun/star/sheet/DataPilotFieldGroupInfo.idl
index 1ec91ac4ef1d..0af4d9767e52 100644
--- a/offapi/com/sun/star/sheet/DataPilotFieldGroupInfo.idl
+++ b/offapi/com/sun/star/sheet/DataPilotFieldGroupInfo.idl
@@ -97,7 +97,7 @@ published struct DataPilotFieldGroupInfo
#Start set to 2, and #Step set to 3,
the first group will contain all values greater than or equal to 2 and
less than 5. The second group will contain all values greater than or
- equal to 5 and less then 8, and so on.</p>
+ equal to 5 and less than 8, and so on.</p>
*/
double Step;
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.
*/