From da40cac540e7d735edbe9069b3c8ec6af4530208 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 10 Nov 2014 15:05:25 +0100 Subject: Fix common typos. No automatic tools. Handmade… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- offapi/com/sun/star/accessibility/AccessibleTextType.idl | 6 +++--- offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl | 2 +- offapi/com/sun/star/deployment/XPackageRegistry.idl | 2 +- offapi/com/sun/star/document/EmptyUndoStackException.idl | 2 +- offapi/com/sun/star/document/NoSuchFilterRequest.idl | 2 +- offapi/com/sun/star/document/UndoContextNotClosedException.idl | 2 +- offapi/com/sun/star/document/XInteractionFilterSelect.idl | 2 +- .../sun/star/drawing/framework/XConfigurationController.idl | 2 +- .../drawing/framework/XConfigurationControllerRequestQueue.idl | 2 +- offapi/com/sun/star/embed/Storage.idl | 8 ++++---- offapi/com/sun/star/embed/StorageStream.idl | 6 +++--- offapi/com/sun/star/form/XSubmit.idl | 2 +- offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl | 10 +++++----- offapi/com/sun/star/form/binding/XListEntrySink.idl | 2 +- offapi/com/sun/star/form/component/DatabaseComboBox.idl | 2 +- offapi/com/sun/star/form/component/DatabaseFormattedField.idl | 2 +- offapi/com/sun/star/form/component/DatabasePatternField.idl | 2 +- offapi/com/sun/star/form/component/DatabaseTextField.idl | 2 +- offapi/com/sun/star/form/component/DateField.idl | 2 +- offapi/com/sun/star/form/component/TimeField.idl | 2 +- offapi/com/sun/star/frame/XLoaderFactory.idl | 2 +- offapi/com/sun/star/frame/XModuleManager.idl | 4 ++-- offapi/com/sun/star/frame/XStatusbarController.idl | 2 +- offapi/com/sun/star/sdb/ReportDesign.idl | 2 +- offapi/com/sun/star/sdb/application/XCopyTableWizard.idl | 2 +- offapi/com/sun/star/sdb/tools/XConnectionTools.idl | 2 +- offapi/com/sun/star/table/CellRange.idl | 2 +- offapi/com/sun/star/task/XJob.idl | 2 +- offapi/com/sun/star/text/DocumentIndex.idl | 2 +- offapi/com/sun/star/text/textfield/docinfo/Description.idl | 2 +- offapi/com/sun/star/text/textfield/docinfo/Keywords.idl | 2 +- offapi/com/sun/star/text/textfield/docinfo/Revision.idl | 2 +- offapi/com/sun/star/text/textfield/docinfo/Subject.idl | 2 +- offapi/com/sun/star/text/textfield/docinfo/Title.idl | 2 +- offapi/com/sun/star/ucb/Content.idl | 2 +- offapi/com/sun/star/ucb/HierarchyDataReadWriteAccess.idl | 2 +- offapi/com/sun/star/ucb/XDynamicResultSet.idl | 2 +- offapi/com/sun/star/ui/theWindowContentFactoryManager.idl | 2 +- offapi/com/sun/star/util/SearchFlags.idl | 2 +- 39 files changed, 51 insertions(+), 51 deletions(-) (limited to 'offapi/com/sun/star') diff --git a/offapi/com/sun/star/accessibility/AccessibleTextType.idl b/offapi/com/sun/star/accessibility/AccessibleTextType.idl index f17c3c36a74e..17871d1a5377 100644 --- a/offapi/com/sun/star/accessibility/AccessibleTextType.idl +++ b/offapi/com/sun/star/accessibility/AccessibleTextType.idl @@ -42,7 +42,7 @@ constants AccessibleTextType /** Single word.

Indicates that single words are used. The definition of what a - word is is implementation and language/locale dependent. While in + word is, is implementation and language/locale dependent. While in English a word is ended by a space or a special character like a comma or a period, this is not necessarily true in other languages.

@@ -52,7 +52,7 @@ constants AccessibleTextType /** Single sentence.

Indicates that single sentences are used. The definition of what - a sentence is is implementation and language/locale dependent. + a sentence is, is implementation and language/locale dependent. While in English a sentence is ended by a period, this is not necessarily true in other languages.

*/ @@ -61,7 +61,7 @@ constants AccessibleTextType /** Single paragraph.

Indicates that single paragraphs are used. The definition of - what a paragraph is is implementation and language/locale + what a paragraph is, is implementation and language/locale dependent.

*/ const short PARAGRAPH = 4; diff --git a/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl b/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl index 7eb9c1a7c457..c72c2521bcac 100644 --- a/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl +++ b/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl @@ -49,7 +49,7 @@ published service OleDragSource

TODO: specify how such a machine id should look like.

The second parameter is a window handle of the native windows window. - Is is passed as an unsigned long. + It is passed as an unsigned long. */ interface com::sun::star::lang::XInitialization; diff --git a/offapi/com/sun/star/deployment/XPackageRegistry.idl b/offapi/com/sun/star/deployment/XPackageRegistry.idl index 3ab2a2c64256..2c46a5f1890b 100644 --- a/offapi/com/sun/star/deployment/XPackageRegistry.idl +++ b/offapi/com/sun/star/deployment/XPackageRegistry.idl @@ -47,7 +47,7 @@ interface XPackageRegistry was removed by the setup and a user later starts OOo. Then the user data may still contain all registration data of that extension, but the actual extension files do not exist anymore. The registration data must - then be cleaned of all the remains of that extension. To to that one + then be cleaned of all the remains of that extension. To do that one creates an XPackage object on behalf of that extension and calls XPackage::revokePakage(). The parameter removed indicates this case. The returned object may not diff --git a/offapi/com/sun/star/document/EmptyUndoStackException.idl b/offapi/com/sun/star/document/EmptyUndoStackException.idl index 8ad131104db6..305c831a0079 100644 --- a/offapi/com/sun/star/document/EmptyUndoStackException.idl +++ b/offapi/com/sun/star/document/EmptyUndoStackException.idl @@ -27,7 +27,7 @@ module com { module sun { module star { module document { /** is raised when an operation is attemption at an XUndoManager which requires a non-empty stack - of undo actions, and this requirement is not fullfilled. + of undo actions, and this requirement is not fulfilled. @since OOo 3.4 */ exception EmptyUndoStackException : ::com::sun::star::util::InvalidStateException diff --git a/offapi/com/sun/star/document/NoSuchFilterRequest.idl b/offapi/com/sun/star/document/NoSuchFilterRequest.idl index f61b7abda062..cafedad74ed1 100644 --- a/offapi/com/sun/star/document/NoSuchFilterRequest.idl +++ b/offapi/com/sun/star/document/NoSuchFilterRequest.idl @@ -29,7 +29,7 @@ module com { module sun { module star { module document {

If during loading time the filter can't be detected and wasn't given at calling time, a possible com::sun::star::task::InteractionHandler will be used. - (it's a a part of used MediaDescriptor) + (it's a part of used MediaDescriptor) Such "NoSuchFilterRequest" will be used then to start right interaction on that to get a decision which filter should be used for given URL. A possible continuation of type XInteractionFilterSelect will transport this decision back to diff --git a/offapi/com/sun/star/document/UndoContextNotClosedException.idl b/offapi/com/sun/star/document/UndoContextNotClosedException.idl index fb26efdffd7f..29313e2a79f8 100644 --- a/offapi/com/sun/star/document/UndoContextNotClosedException.idl +++ b/offapi/com/sun/star/document/UndoContextNotClosedException.idl @@ -27,7 +27,7 @@ module com { module sun { module star { module document { /** is thrown when an operation is attempted at an XUndoManager which requires all undo - contexts to be closed, but this requirement is not fullfilled. + contexts to be closed, but this requirement is not fulfilled. @since OOo 3.4 */ exception UndoContextNotClosedException : ::com::sun::star::util::InvalidStateException diff --git a/offapi/com/sun/star/document/XInteractionFilterSelect.idl b/offapi/com/sun/star/document/XInteractionFilterSelect.idl index ea9960cd4fec..19c752a2f083 100644 --- a/offapi/com/sun/star/document/XInteractionFilterSelect.idl +++ b/offapi/com/sun/star/document/XInteractionFilterSelect.idl @@ -30,7 +30,7 @@ module com { module sun { module star { module document {

If during loading time the filter can't be detected and wasn't given at calling time, a possible com::sun::star::task::InteractionHandler will be used. - (it's a a part of used MediaDescriptor) + (it's a part of used MediaDescriptor) A NoSuchFilterRequest will be used then to start right interaction on that to get a decision which filter should be used for given URL. A possible continuation of that can be this XInteractionFilterSelect. It will transport the decision back to diff --git a/offapi/com/sun/star/drawing/framework/XConfigurationController.idl b/offapi/com/sun/star/drawing/framework/XConfigurationController.idl index fc2c5f990c15..80ebff92119a 100644 --- a/offapi/com/sun/star/drawing/framework/XConfigurationController.idl +++ b/offapi/com/sun/star/drawing/framework/XConfigurationController.idl @@ -232,7 +232,7 @@ interface XConfigurationController getRequestedConfiguration() methods this allows the saving and restoring of configurations. However, the given configuration can have other origins then these methods.

-

The given configuration is transformed into a list of of change +

The given configuration is transformed into a list of change requests so that the resulting requested configuration equals the given configuration. This has the advantage that not only the resource activations and deactivations but all configuration diff --git a/offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl b/offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl index 3313af621f40..2c3125c1c63a 100644 --- a/offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl +++ b/offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl @@ -52,7 +52,7 @@ interface XConfigurationControllerRequestQueue requestResourceDeactivation() methods.

@param xRequest The configuration change represented by this request object must only - be commited to the configuration when the + be committed to the configuration when the com::sun::star::drawing::framework::XConfigurationChangeRequest::execute() method of the xRequest object is called. */ diff --git a/offapi/com/sun/star/embed/Storage.idl b/offapi/com/sun/star/embed/Storage.idl index 63100d6d21d5..0382670f95f0 100644 --- a/offapi/com/sun/star/embed/Storage.idl +++ b/offapi/com/sun/star/embed/Storage.idl @@ -82,7 +82,7 @@ published service Storage In case a storage object is disposed all the elements ( substorages and substreams ) retrieved from the object are disposed. If the storage was opened in - read-write mode all non-commited changes will be lost. + read-write mode all non-committed changes will be lost.

interface XStorage
@@ -226,11 +226,11 @@ published service Storage /** allows to commit or revert changes that were done for the storage.

- If a storage is commited all changes made to it will be integrated to - its parent storage. This is recursive process, so the last commited + If a storage is committed all changes made to it will be integrated to + its parent storage. This is recursive process, so the last committed storage should be the root one. For the package based storages commit of a root storage also means flashing to the related medium. If - a storage is not commited, no changes for it or its child elements + a storage is not committed, no changes for it or its child elements will be stored.

*/ diff --git a/offapi/com/sun/star/embed/StorageStream.idl b/offapi/com/sun/star/embed/StorageStream.idl index 57fcae482e79..6ebcf2e6269d 100644 --- a/offapi/com/sun/star/embed/StorageStream.idl +++ b/offapi/com/sun/star/embed/StorageStream.idl @@ -162,14 +162,14 @@ published service StorageStream

The property value `TRUE` means that the stream will become encrypted after the closest storage in the parent hierarchy, that has common - storage password, is commited. + storage password, is committed. `FALSE` - the stream will not react to commit of such a storage.

In case stream is not encrypted and the property is set to `TRUE`, the stream will stay non-encrypted until the closest storage - in the parent hierarchy, that has common storage password, is commited. + in the parent hierarchy, that has common storage password, is committed. On the commit the stream will be encrypted with the common storage password. If there is no such storage in the hierarchy the stream will not be encrypted at all. @@ -186,7 +186,7 @@ published service StorageStream

In case stream is encrypted one and the value is set to `TRUE` the stream becomes non-encrypted until the common storage password - holder is commited. The data about previously set password ( if any ) + holder is committed. The data about previously set password ( if any ) will be removed and the stream can be accessed as non-encrypted stream.

*/ diff --git a/offapi/com/sun/star/form/XSubmit.idl b/offapi/com/sun/star/form/XSubmit.idl index 3ec4a4008b84..acb935bd1e0e 100644 --- a/offapi/com/sun/star/form/XSubmit.idl +++ b/offapi/com/sun/star/form/XSubmit.idl @@ -45,7 +45,7 @@ published interface XSubmit: com::sun::star::uno::XInterface /** submits the component's data to a specified target. @param aControl - the control whose data is to be be submitted + the control whose data is to be submitted @param aMouseEvt the event which triggered the submit, if it was a mouse event diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl b/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl index d181d359cd66..3b02e46f51ab 100644 --- a/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl +++ b/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl @@ -43,18 +43,18 @@ module com { module sun { module star { module form { module binding { The value will represent the value of the selected entry (taken from ValueList or read from BoundColumn). If more than one entry is selected, - `NULL` will be transfered. + `NULL` will be transferred. In other words, the SelectedValue property.
  • sequences of long integers: When used, the integers in the sequence will represent the indexes of the selected entries of the list box.
  • long integer value: When used, the value will represent the index of the selected entry. - If no entry is selected, -1 will be transfered. If more than one entry is selected, `NULL` - will be transfered.
  • + If no entry is selected, -1 will be transferred. If more than one entry is selected, `NULL` + will be transferred.
  • sequences of strings: When used, the strings in the sequence present the texts of the selected entries of the list box.
  • string values: When used. the value will represent the text of the selected entry. - If no entry is selected, an empty string will be transfered. If more than one entry is selected, - `NULL` will be transfered.
  • + If no entry is selected, an empty string will be transferred. If more than one entry is selected, + `NULL` will be transferred.

    @see com::sun::star::form::binding::XValueBinding::supportsType diff --git a/offapi/com/sun/star/form/binding/XListEntrySink.idl b/offapi/com/sun/star/form/binding/XListEntrySink.idl index aa4a80e87b5d..ed5926b1a4ea 100644 --- a/offapi/com/sun/star/form/binding/XListEntrySink.idl +++ b/offapi/com/sun/star/form/binding/XListEntrySink.idl @@ -28,7 +28,7 @@ module com { module sun { module star { module form { module binding { interface XListEntrySource; -/** specifies support for indirect manipulation of of a string list +/** specifies support for indirect manipulation of a string list */ interface XListEntrySink : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/form/component/DatabaseComboBox.idl b/offapi/com/sun/star/form/component/DatabaseComboBox.idl index 5e231f3ef656..64711a452ce2 100644 --- a/offapi/com/sun/star/form/component/DatabaseComboBox.idl +++ b/offapi/com/sun/star/form/component/DatabaseComboBox.idl @@ -51,7 +51,7 @@ published service DatabaseComboBox a decision must be made how to deal with empty strings.
    This is controlled by #ConvertEmptyToNull.

    -

    If the property is set to `TRUE`, and an empty text is to be commited, this is +

    If the property is set to `TRUE`, and an empty text is to be committed, this is converted into `NULL`, else it is written as empty string.

    */ [property] boolean ConvertEmptyToNull; diff --git a/offapi/com/sun/star/form/component/DatabaseFormattedField.idl b/offapi/com/sun/star/form/component/DatabaseFormattedField.idl index f3b6d4554f86..42b6d5be7e4c 100644 --- a/offapi/com/sun/star/form/component/DatabaseFormattedField.idl +++ b/offapi/com/sun/star/form/component/DatabaseFormattedField.idl @@ -44,7 +44,7 @@ published service DatabaseFormattedField a decision must be made how to deal with empty strings.
    This is controlled by #ConvertEmptyToNull.

    -

    If the property is set to `TRUE`, and an empty text is to be commited, this is +

    If the property is set to `TRUE`, and an empty text is to be committed, this is converted into `NULL`, else it is written as empty string.

    */ [property] boolean ConvertEmptyToNull; diff --git a/offapi/com/sun/star/form/component/DatabasePatternField.idl b/offapi/com/sun/star/form/component/DatabasePatternField.idl index b1fd540d1859..d0ce8a475fa6 100644 --- a/offapi/com/sun/star/form/component/DatabasePatternField.idl +++ b/offapi/com/sun/star/form/component/DatabasePatternField.idl @@ -45,7 +45,7 @@ published service DatabasePatternField a decision must be made how to deal with empty strings.
    This is controlled by this property.

    -

    If the property is set to `TRUE`, and an empty text is to be commited, this is +

    If the property is set to `TRUE`, and an empty text is to be committed, this is converted into `NULL`, else it is written as empty string.

    */ [property] boolean ConvertEmptyToNull; diff --git a/offapi/com/sun/star/form/component/DatabaseTextField.idl b/offapi/com/sun/star/form/component/DatabaseTextField.idl index 109a5b6e4aec..573407fde439 100644 --- a/offapi/com/sun/star/form/component/DatabaseTextField.idl +++ b/offapi/com/sun/star/form/component/DatabaseTextField.idl @@ -44,7 +44,7 @@ published service DatabaseTextField a decision must be made how to deal with empty strings.
    This is controlled by this property.

    -

    If the property is set to `TRUE`, and an empty text is to be commited, this is +

    If the property is set to `TRUE`, and an empty text is to be committed, this is converted into `NULL`, else it is written as empty string.

    */ [property] boolean ConvertEmptyToNull; diff --git a/offapi/com/sun/star/form/component/DateField.idl b/offapi/com/sun/star/form/component/DateField.idl index 0555b5166896..099a7cb40efe 100644 --- a/offapi/com/sun/star/form/component/DateField.idl +++ b/offapi/com/sun/star/form/component/DateField.idl @@ -41,7 +41,7 @@ published service DateField /** resets the control.

    If you do not set a value for the #DefaultDate, then resetting the control - will result in setting to to the current system date. This is for HTML compatibility.

    + will result in setting to the current system date. This is for HTML compatibility.

    */ interface com::sun::star::form::XReset; diff --git a/offapi/com/sun/star/form/component/TimeField.idl b/offapi/com/sun/star/form/component/TimeField.idl index 9ef121d312a2..79d937ac455f 100644 --- a/offapi/com/sun/star/form/component/TimeField.idl +++ b/offapi/com/sun/star/form/component/TimeField.idl @@ -41,7 +41,7 @@ published service TimeField /** resets the control.

    If you do not set a value for the #DefaultTime, then resetting the control - will result in setting to to the current system time. This is for HTML compatibility.

    + will result in setting to the current system time. This is for HTML compatibility.

    */ interface com::sun::star::form::XReset; diff --git a/offapi/com/sun/star/frame/XLoaderFactory.idl b/offapi/com/sun/star/frame/XLoaderFactory.idl index 750c06c4b45a..f6b8dd7a288f 100644 --- a/offapi/com/sun/star/frame/XLoaderFactory.idl +++ b/offapi/com/sun/star/frame/XLoaderFactory.idl @@ -40,7 +40,7 @@ published interface XLoaderFactory Returned objects must support the service specification of a FrameLoader or SynchronousFrameLoader. (Note: last one will be preferred if both are available) - They can be created by using of his internal name, which must be unambiguous everytime, only. + They can be created by using of his internal name, which must be unambiguous every time, only. To get this name use further specified interfaces of this factory for access on the flat configuration.

    diff --git a/offapi/com/sun/star/frame/XModuleManager.idl b/offapi/com/sun/star/frame/XModuleManager.idl index 48540c2741fb..a5f7822332d6 100644 --- a/offapi/com/sun/star/frame/XModuleManager.idl +++ b/offapi/com/sun/star/frame/XModuleManager.idl @@ -61,7 +61,7 @@ interface XModuleManager : com::sun::star::uno::XInterface
  • com::sun::star::frame::XModel
    - A model represent a module everytime and can be used for + A model represent a module every time and can be used for identification directly.
  • @@ -81,7 +81,7 @@ interface XModuleManager : com::sun::star::uno::XInterface a document, this exception is thrown too! @return An identifier for the given module. - Note: This value varies everytime. Error will be transported + Note: This value varies every time. Error will be transported by thrown exceptions! */ string identify( [in] ::com::sun::star::uno::XInterface Module ) diff --git a/offapi/com/sun/star/frame/XStatusbarController.idl b/offapi/com/sun/star/frame/XStatusbarController.idl index a8fd1256d5c2..633e694d8b24 100644 --- a/offapi/com/sun/star/frame/XStatusbarController.idl +++ b/offapi/com/sun/star/frame/XStatusbarController.idl @@ -72,7 +72,7 @@ interface XStatusbarController implementation.
  • StatusbarItem
    a com::sun::star::ui::XStatusbarItem - instance which represents the status bar item asociated with + instance which represents the status bar item associated with this controller.
  • ParentWindow
    a com::sun::star::awt::Window diff --git a/offapi/com/sun/star/sdb/ReportDesign.idl b/offapi/com/sun/star/sdb/ReportDesign.idl index 832c3824512e..65bad910ed0f 100644 --- a/offapi/com/sun/star/sdb/ReportDesign.idl +++ b/offapi/com/sun/star/sdb/ReportDesign.idl @@ -26,7 +26,7 @@ module com { module sun { module star { module sdb { /** - This interface could be imcomplete since I derived it from it's sole place of use. + This interface could be incomplete since I derived it from it's sole place of use. @since LibreOffice 4.1 */ diff --git a/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl b/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl index 6b845752940f..18b312f4f76b 100644 --- a/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl +++ b/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl @@ -99,7 +99,7 @@ interface XCopyTableWizard : ::com::sun::star::ui::dialogs::XExecutableDialog

    Changing this attribute while the dialog is running is not supported, the result of such an attempt is undefined.

    -

    When a primary key is to be created by the wizard, it will be be an auto-increment +

    When a primary key is to be created by the wizard, it will be an auto-increment column, if possible.

    @throws ::com::sun::star::lang::IllegalArgumentException diff --git a/offapi/com/sun/star/sdb/tools/XConnectionTools.idl b/offapi/com/sun/star/sdb/tools/XConnectionTools.idl index 937ed563a0e6..feb085e6afc6 100644 --- a/offapi/com/sun/star/sdb/tools/XConnectionTools.idl +++ b/offapi/com/sun/star/sdb/tools/XConnectionTools.idl @@ -95,7 +95,7 @@ interface XConnectionTools If (and only if) CommandType is CommandType.COMMAND, the fields collection which is returned by this function here is a temporary object. It is kept alive by another object, which is to be created temporarily, too. To ensure that the fields you get are valid as long as you need them, - the owner which controls their life time is transfered to this parameter upon return.
    + the owner which controls their life time is transferred to this parameter upon return.
    Your fields live as long as this component lives.
    Additionally, you are encouraged to dispose this component as soon as you don't need the fields anymore. It depends on the connection's implementation if this is necessary, but the is no guarantee, so to diff --git a/offapi/com/sun/star/table/CellRange.idl b/offapi/com/sun/star/table/CellRange.idl index 580e77dab55d..7a7fc66e753d 100644 --- a/offapi/com/sun/star/table/CellRange.idl +++ b/offapi/com/sun/star/table/CellRange.idl @@ -27,7 +27,7 @@ module com { module sun { module star { module table { -/** represents a range of of cells within a table. +/** represents a range of cells within a table. */ published service CellRange { diff --git a/offapi/com/sun/star/task/XJob.idl b/offapi/com/sun/star/task/XJob.idl index 6c8daf2761c6..bedced7058b1 100644 --- a/offapi/com/sun/star/task/XJob.idl +++ b/offapi/com/sun/star/task/XJob.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module task {

    Instead of XAsyncJob the implementation of this interface - will be executed synchronously everytime. That means: they can be sure that the + will be executed synchronously every time. That means: they can be sure that the current stack context will be blocked till this job finish it's work.

    diff --git a/offapi/com/sun/star/text/DocumentIndex.idl b/offapi/com/sun/star/text/DocumentIndex.idl index e48d160ec6c0..87afa7a85a37 100644 --- a/offapi/com/sun/star/text/DocumentIndex.idl +++ b/offapi/com/sun/star/text/DocumentIndex.idl @@ -54,7 +54,7 @@ published service DocumentIndex */ [optional, property] boolean UsePP; - /** determines if if following page numbers are displayed using a dash. + /** determines if following page numbers are displayed using a dash. */ [optional, property] boolean UseDash; diff --git a/offapi/com/sun/star/text/textfield/docinfo/Description.idl b/offapi/com/sun/star/text/textfield/docinfo/Description.idl index a6a9ff6bc473..6b017363e2d1 100644 --- a/offapi/com/sun/star/text/textfield/docinfo/Description.idl +++ b/offapi/com/sun/star/text/textfield/docinfo/Description.idl @@ -41,7 +41,7 @@ published service Description

    This property is especially useful for import/export purposes.

    */ [property]string CurrentPresentation; - /** If this flag is set to `FALSE` the content updated everytime the document + /** If this flag is set to `FALSE` the content updated every time the document information is changed. */ [property]boolean IsFixed; diff --git a/offapi/com/sun/star/text/textfield/docinfo/Keywords.idl b/offapi/com/sun/star/text/textfield/docinfo/Keywords.idl index 2c516a74079d..e7a95235a7a8 100644 --- a/offapi/com/sun/star/text/textfield/docinfo/Keywords.idl +++ b/offapi/com/sun/star/text/textfield/docinfo/Keywords.idl @@ -41,7 +41,7 @@ published service Keywords

    This property is especially useful for import/export purposes.

    */ [property]string CurrentPresentation; - /** If this flag is set to `FALSE` the content updated everytime the document + /** If this flag is set to `FALSE` the content updated every time the document information is changed. */ [property]boolean IsFixed; diff --git a/offapi/com/sun/star/text/textfield/docinfo/Revision.idl b/offapi/com/sun/star/text/textfield/docinfo/Revision.idl index 8153e5ff4693..04ca64c15001 100644 --- a/offapi/com/sun/star/text/textfield/docinfo/Revision.idl +++ b/offapi/com/sun/star/text/textfield/docinfo/Revision.idl @@ -41,7 +41,7 @@ published service Revision

    This property is especially useful for import/export purposes.

    */ [property]string CurrentPresentation; - /** If this flag is set to `FALSE` the content updated everytime the document + /** If this flag is set to `FALSE` the content updated every time the document information is changed. */ [property]boolean IsFixed; diff --git a/offapi/com/sun/star/text/textfield/docinfo/Subject.idl b/offapi/com/sun/star/text/textfield/docinfo/Subject.idl index 4cd075636b74..5f33480805d0 100644 --- a/offapi/com/sun/star/text/textfield/docinfo/Subject.idl +++ b/offapi/com/sun/star/text/textfield/docinfo/Subject.idl @@ -41,7 +41,7 @@ published service Subject

    This property is especially useful for import/export purposes.

    */ [property]string CurrentPresentation; - /** If this flag is set to `FALSE` the content updated everytime the document + /** If this flag is set to `FALSE` the content updated every time the document information is changed. */ [property]boolean IsFixed; diff --git a/offapi/com/sun/star/text/textfield/docinfo/Title.idl b/offapi/com/sun/star/text/textfield/docinfo/Title.idl index 797ce641e4c3..29730bffabc1 100644 --- a/offapi/com/sun/star/text/textfield/docinfo/Title.idl +++ b/offapi/com/sun/star/text/textfield/docinfo/Title.idl @@ -41,7 +41,7 @@ published service Title

    This property is especially useful for import/export purposes.

    */ [property]string CurrentPresentation; - /** If this flag is set to `FALSE` the content updated everytime the document + /** If this flag is set to `FALSE` the content updated every time the document information is changed. */ [property]boolean IsFixed; diff --git a/offapi/com/sun/star/ucb/Content.idl b/offapi/com/sun/star/ucb/Content.idl index f39d59806260..f047ec432d71 100644 --- a/offapi/com/sun/star/ucb/Content.idl +++ b/offapi/com/sun/star/ucb/Content.idl @@ -684,7 +684,7 @@ published service Content UpdateOnOpen boolean indicates whether (sub)contents shall be automatically updated - everytime a (folder) content is opened.
    This property may be + every time a (folder) content is opened.
    This property may be used to control whether a folder content should read data only from local cache when it is opened, or whether it should connect to a server to obtain latest data. diff --git a/offapi/com/sun/star/ucb/HierarchyDataReadWriteAccess.idl b/offapi/com/sun/star/ucb/HierarchyDataReadWriteAccess.idl index 3280f3c3795e..ba033663260e 100644 --- a/offapi/com/sun/star/ucb/HierarchyDataReadWriteAccess.idl +++ b/offapi/com/sun/star/ucb/HierarchyDataReadWriteAccess.idl @@ -41,7 +41,7 @@ published service HierarchyDataReadWriteAccess

    Adding and removing must only be supported if the access object points to the "Children" data member of a node or to the root node. - It will insert a new node or or remove an existing one. If supported + It will insert a new node or remove an existing one. If supported on data nodes, adding must add new data members to the node, removing must remove data members. However, the mandatory data members (Title, TargetURL, Children) must never be removable. diff --git a/offapi/com/sun/star/ucb/XDynamicResultSet.idl b/offapi/com/sun/star/ucb/XDynamicResultSet.idl index 57f7e8ee7804..f76f941b7f9a 100644 --- a/offapi/com/sun/star/ucb/XDynamicResultSet.idl +++ b/offapi/com/sun/star/ucb/XDynamicResultSet.idl @@ -145,7 +145,7 @@ published interface XDynamicResultSet: com::sun::star::lang::XComponent the interface XSourceInitialization. @throws ListenerAlreadySetException - if if someone already has fetched the ContentResultSet via + if someone already has fetched the ContentResultSet via XDynamicResultSet::getStaticResultSet(). @throws AlreadyInitializedException diff --git a/offapi/com/sun/star/ui/theWindowContentFactoryManager.idl b/offapi/com/sun/star/ui/theWindowContentFactoryManager.idl index 79b934642c99..541c40eda820 100644 --- a/offapi/com/sun/star/ui/theWindowContentFactoryManager.idl +++ b/offapi/com/sun/star/ui/theWindowContentFactoryManager.idl @@ -26,7 +26,7 @@ module com { module sun { module star { module ui { /** - This interface could be imcomplete since I derived it from it's sole place of use. + This interface could be incomplete since I derived it from it's sole place of use. Prior to LibreOffice 4.3, this singleton was only available as a (single-instance) WindowContentFactoryManager service. diff --git a/offapi/com/sun/star/util/SearchFlags.idl b/offapi/com/sun/star/util/SearchFlags.idl index 004bd60f7bdf..f0c03e277a21 100644 --- a/offapi/com/sun/star/util/SearchFlags.idl +++ b/offapi/com/sun/star/util/SearchFlags.idl @@ -92,7 +92,7 @@ published constants SearchFlags /** Flag for "Weighted Levenshtein Distance" search / Relaxed checking of limit, split weigh pools. -

    If not specified (strict), the search is sucessful if +

    If not specified (strict), the search is successful if the WLD is within a calculated limit where each insertion, deletion and replacement adds a weight to a common pool of weights. This is the mathematically correct WLD.

    -- cgit