Fix typos

Change-Id: I49ac790b4f1b09f5041ec95b8cdf0d6323d036d9
Reviewed-on: https://gerrit.libreoffice.org/78796
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
This commit is contained in:
Andrea Gelmini 2019-09-10 10:37:55 +02:00 committed by Julien Nabet
parent 2e1e0852ee
commit f0413ff4ea
9 changed files with 11 additions and 11 deletions

View File

@ -90,7 +90,7 @@ public:
@param rShapeTreeInfo
Bundle of information passed down the shape tree.
@param rContext
An accessible context object that is called for fireing events
An accessible context object that is called for firing events
for new and deleted children, i.e. that holds a list of
listeners to be informed.
*/

View File

@ -84,7 +84,7 @@ public:
/**
* Constructor. ResultSet is readonly by default.
*
* @param rxSMgr is a Servive Manager.
* @param rxSMgr is a Service Manager.
* @param rProps is a sequence of properties (partially) describing the
* columns of a resultset.
*/
@ -95,7 +95,7 @@ public:
/**
* Constructor.
*
* @param rxSMgr is a Servive Manager.
* @param rxSMgr is a Service Manager.
* @param rProps is a sequence of properties (partially) describing the
* columns of a resultset.
* @param rColumnData contains additional meta data for the columns of

View File

@ -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.

View File

@ -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,

View File

@ -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 );

View File

@ -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.

View File

@ -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;

View File

@ -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.
*/

View File

@ -132,13 +132,13 @@
</prop>
<prop oor:name="MinSpaceDocSave" oor:type="xs:int" oor:nillable="false">
<info>
<desc>Define the minimum space in [MB], which must be available on disc to save backups for open documents. Note: values less then 1 will be ignored.</desc>
<desc>Define the minimum space in [MB], which must be available on disc to save backups for open documents. Note: values less than 1 will be ignored.</desc>
</info>
<value>5</value>
</prop>
<prop oor:name="MinSpaceConfigSave" oor:type="xs:int" oor:nillable="false">
<info>
<desc>Define the minimum space in [MB], which must be available on disc to store the recovery configuration. Note: values less then 1 will be ignored.</desc>
<desc>Define the minimum space in [MB], which must be available on disc to store the recovery configuration. Note: values less than 1 will be ignored.</desc>
</info>
<value>1</value>
</prop>