From 9f336121e324900c0ed58b40993fc04cf7e3334d Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 11 Aug 2019 19:43:21 +0200 Subject: Fix typos Change-Id: I3beb64e7d96e23c973fe1246aadccebb86eb301a Reviewed-on: https://gerrit.libreoffice.org/77310 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- offapi/com/sun/star/security/XDocumentDigitalSignatures.idl | 2 +- offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl | 2 +- offapi/com/sun/star/text/AccessibleEndnoteView.idl | 2 +- offapi/com/sun/star/text/DocumentIndex.idl | 2 +- offapi/com/sun/star/text/Endnote.idl | 2 +- offapi/com/sun/star/text/MailMergeEvent.idl | 2 +- offapi/com/sun/star/text/MailMergeType.idl | 2 +- offapi/com/sun/star/text/TextRangeContentProperties.idl | 2 +- offapi/com/sun/star/ucb/Content.idl | 4 ++-- offapi/com/sun/star/ucb/FileContent.idl | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl b/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl index efe9e200cb4d..dc6affc62a9b 100644 --- a/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl +++ b/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module security { /** Interface for signing and verifying digital signatures in office documents

- This interface can be used to digitally sign different content in a office document. + This interface can be used to digitally sign different content in an office document. It can also be used to verify digital signatures.

*/ diff --git a/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl b/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl index 6ff4454b04be..cb884f1e38d3 100644 --- a/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl +++ b/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl @@ -77,7 +77,7 @@ service AccessibleSpreadsheetPageView

The following rules apply to the children order. General it represents the paint order. The object in the background came - first and than all over lying objects. The last painted object + first and then all over lying objects. The last painted object is also the last child.

  • The logical order of paragraph and table fragments is never diff --git a/offapi/com/sun/star/text/AccessibleEndnoteView.idl b/offapi/com/sun/star/text/AccessibleEndnoteView.idl index 86ea0b08eb7f..dc6ac95e7ebc 100644 --- a/offapi/com/sun/star/text/AccessibleEndnoteView.idl +++ b/offapi/com/sun/star/text/AccessibleEndnoteView.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module text { service AccessibleEndnoteView { /** This interface gives access to any paragraph fragment and table - fragment that is contained in a endnote and is at least + fragment that is contained in an endnote and is at least partially visible on the screen.
      diff --git a/offapi/com/sun/star/text/DocumentIndex.idl b/offapi/com/sun/star/text/DocumentIndex.idl index 87afa7a85a37..0d3a0bd8f4e7 100644 --- a/offapi/com/sun/star/text/DocumentIndex.idl +++ b/offapi/com/sun/star/text/DocumentIndex.idl @@ -38,7 +38,7 @@ published service DocumentIndex */ [optional, property] boolean UseAlphabeticalSeparators; - /** determines if a index entry is generated for each primary/secondary key. + /** determines if an index entry is generated for each primary/secondary key. */ [optional, property] boolean UseKeyAsEntry; diff --git a/offapi/com/sun/star/text/Endnote.idl b/offapi/com/sun/star/text/Endnote.idl index 7bb7f10ed24e..276c7cef2b5c 100644 --- a/offapi/com/sun/star/text/Endnote.idl +++ b/offapi/com/sun/star/text/Endnote.idl @@ -25,7 +25,7 @@ module com { module sun { module star { module text { -/** This service specifies a an endnote in a +/** This service specifies an endnote in a TextDocument. */ published service Endnote diff --git a/offapi/com/sun/star/text/MailMergeEvent.idl b/offapi/com/sun/star/text/MailMergeEvent.idl index abae248b6c55..c9764f51b03b 100644 --- a/offapi/com/sun/star/text/MailMergeEvent.idl +++ b/offapi/com/sun/star/text/MailMergeEvent.idl @@ -29,7 +29,7 @@ module com { module sun { module star { module text { /** represents a mail merge event. -

      This type of event is being send by the mail merge service +

      This type of event is being sent by the mail merge service right before the merging of the next document to be processed. This allows for example to modify the document specifically before it gets merged.

      diff --git a/offapi/com/sun/star/text/MailMergeType.idl b/offapi/com/sun/star/text/MailMergeType.idl index 7099a8dc7e84..174a79c9e076 100644 --- a/offapi/com/sun/star/text/MailMergeType.idl +++ b/offapi/com/sun/star/text/MailMergeType.idl @@ -48,7 +48,7 @@ published constants MailMergeType /** The output is a document shell. - The successful mail marge returns a XTextDocument based component. + The successful mail merge returns a XTextDocument based component. @since LibreOffice 4.4 */ diff --git a/offapi/com/sun/star/text/TextRangeContentProperties.idl b/offapi/com/sun/star/text/TextRangeContentProperties.idl index 9daad2e139dc..d79d1dfcf96d 100644 --- a/offapi/com/sun/star/text/TextRangeContentProperties.idl +++ b/offapi/com/sun/star/text/TextRangeContentProperties.idl @@ -70,7 +70,7 @@ service TextRangeContentProperties /** may contain a footnote. */ [optional, readonly, property] com::sun::star::text::XFootnote Footnote; - /** may contain a endnote. */ + /** may contain an endnote. */ [optional, readonly, property] com::sun::star::text::XFootnote Endnote; /** may contain a nested text content. diff --git a/offapi/com/sun/star/ucb/Content.idl b/offapi/com/sun/star/ucb/Content.idl index 8e2baa0c90fd..c80bdb8727eb 100644 --- a/offapi/com/sun/star/ucb/Content.idl +++ b/offapi/com/sun/star/ucb/Content.idl @@ -132,7 +132,7 @@ published service Content elements corresponds to the first element in the sequence of com::sun::star::beans::PropertyValue passed as command argument, and so on. The exceptions will never be passed to - an com::sun::star::task::InteractionHandler.

      + a com::sun::star::task::InteractionHandler.

      Every element in the returned sequence is an any containing:

        @@ -152,7 +152,7 @@ published service Content setting an empty title may be illegal.
      • Any other exception derived from com::sun::star::uno::Exception indicates, that the value was not set successfully. For example, - this can be a InteractiveAugmentedIOException + this can be an InteractiveAugmentedIOException transporting the error code IOErrorCode::ACCESS_DENIED.
      diff --git a/offapi/com/sun/star/ucb/FileContent.idl b/offapi/com/sun/star/ucb/FileContent.idl index 191b7dff332e..89eda3997fc7 100644 --- a/offapi/com/sun/star/ucb/FileContent.idl +++ b/offapi/com/sun/star/ucb/FileContent.idl @@ -81,7 +81,7 @@ published service FileContent Let the new object ( not the parent! ) execute the command "insert". This will create the corresponding physical file or directory. For files, you need to supply the implementation of - an com::sun::star::io::XInputStream with the + a com::sun::star::io::XInputStream with the command's parameters, that provides access to the stream data. -- cgit