From 616c6924f18911fce110918edf05ed2f4e52dba9 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 22 Feb 2013 09:48:17 +0200 Subject: s/the the/the/ Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3 --- offapi/com/sun/star/document/XUndoManagerListener.idl | 2 +- offapi/com/sun/star/form/runtime/XFilterController.idl | 2 +- offapi/com/sun/star/linguistic2/XLanguageGuessing.idl | 2 +- offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl | 2 +- offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'offapi') 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;

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 predicate expression is basically a part of an - SQL WHERE clause, but without the the part denoting the database column. For instance, if you + SQL WHERE clause, but without the part denoting the database column. For instance, if you have a form control bound to a table column named Name, then entering the string LIKE '%Smith%' effectively constitutes a SQL WHERE clause "Name" LIKE '%Smith%'.

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.

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.

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.

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

In opposite to loadComponent, this method allows you to specify additional arguments which are passed to the to-be-loaded component.

-

The meaning of the the arguments is defined at the service which is effectively +

The meaning of the arguments is defined at the service which is effectively created. See the above table for a list of those services.

*/ @@ -285,7 +285,7 @@ interface XDatabaseDocumentUI

In opposite to createComponent, this method allows you to specify additional arguments which are passed to the to-be-loaded component.

-

The meaning of the the arguments is defined at the service which is effectively +

The meaning of the arguments is defined at the service which is effectively created. See the above table for a list of those services.

-- cgit