diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:48:17 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:58:19 +0200 |
commit | 616c6924f18911fce110918edf05ed2f4e52dba9 (patch) | |
tree | 3e307b3e91fe6b025701eb3dfea0ff61c750aff6 /offapi | |
parent | 7ca8407b403bf97a472ce2ade7e3fa1cb588cf24 (diff) |
s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
Diffstat (limited to 'offapi')
5 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/document/XUndoManagerListener.idl b/offapi/com/sun/star/document/XUndoManagerListener.idl index 2f633893fc5a..3eb77c9c920a 100644 --- a/offapi/com/sun/star/document/XUndoManagerListener.idl +++ b/offapi/com/sun/star/document/XUndoManagerListener.idl @@ -61,7 +61,7 @@ interface XUndoManagerListener : ::com::sun::star::lang::XEventListener */ void allActionsCleared( [in] ::com::sun::star::lang::EventObject i_event ); - /** is called when the the Redo stack has been cleared. + /** is called when the Redo stack has been cleared. @see XUndoManager::clearRedo */ diff --git a/offapi/com/sun/star/form/runtime/XFilterController.idl b/offapi/com/sun/star/form/runtime/XFilterController.idl index 3926b6012cff..a485acabb2ef 100644 --- a/offapi/com/sun/star/form/runtime/XFilterController.idl +++ b/offapi/com/sun/star/form/runtime/XFilterController.idl @@ -33,7 +33,7 @@ interface XFilterControllerListener; <p>In a form based filter, form controls bound to a searchable database field are replaced with a control which allows entering a search expression. This so-called <em>predicate expression</em> is basically a part of an - SQL <code>WHERE</code> clause, but without the the part denoting the database column. For instance, if you + SQL <code>WHERE</code> clause, but without the part denoting the database column. For instance, if you have a form control bound to a table column named <code>Name</code>, then entering the string <q>LIKE '%Smith%'</q> effectively constitutes a SQL <code>WHERE</code> clause <code>"Name" LIKE '%Smith%'</code>.</p> diff --git a/offapi/com/sun/star/linguistic2/XLanguageGuessing.idl b/offapi/com/sun/star/linguistic2/XLanguageGuessing.idl index 8cbd22d3045e..f27d0865db20 100644 --- a/offapi/com/sun/star/linguistic2/XLanguageGuessing.idl +++ b/offapi/com/sun/star/linguistic2/XLanguageGuessing.idl @@ -110,7 +110,7 @@ interface XLanguageGuessing /** determines the single most probable language of a sub-string. <p>Please note that because statistical analysis is part - of the algorithm the the likelihood to get the correct + of the algorithm the likelihood to get the correct result increases with the length of the sub-string. A word is much less likely guessed correctly compared to a sentence or even a whole paragraph.</p> diff --git a/offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl b/offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl index 5733e57814f9..7827abe34d16 100644 --- a/offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl +++ b/offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl @@ -68,7 +68,7 @@ service OfficeDatabaseDocument */ interface ::com::sun::star::script::provider::XScriptProviderSupplier; - /** allows to initialize the the document, either from scratch, or from a stored + /** allows to initialize the document, either from scratch, or from a stored database document. <p>A newly instantiated database document cannot be operated until it is fully diff --git a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl index b1e28b795e0a..67ee447a24c3 100644 --- a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl +++ b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl @@ -250,7 +250,7 @@ interface XDatabaseDocumentUI <p>In opposite to <member>loadComponent</member>, this method allows you to specify additional arguments which are passed to the to-be-loaded component.</p> - <p>The meaning of the the arguments is defined at the service which is effectively + <p>The meaning of the arguments is defined at the service which is effectively created. See the <a href="#component_types">above table</a> for a list of those services.</p> */ @@ -285,7 +285,7 @@ interface XDatabaseDocumentUI <p>In opposite to <member>createComponent</member>, this method allows you to specify additional arguments which are passed to the to-be-loaded component.</p> - <p>The meaning of the the arguments is defined at the service which is effectively + <p>The meaning of the arguments is defined at the service which is effectively created. See the <a href="#component_types">above table</a> for a list of those services.</p> |