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(-)

New commits:
commit 9f336121e324900c0ed58b40993fc04cf7e3334d
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Sun Aug 11 19:43:21 2019 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Mon Aug 12 10:11:07 2019 +0200

    Fix typos
    
    Change-Id: I3beb64e7d96e23c973fe1246aadccebb86eb301a
    Reviewed-on: https://gerrit.libreoffice.org/77310
    Reviewed-by: Julien Nabet <[email protected]>
    Tested-by: Julien Nabet <[email protected]>

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
 
     <p>
-    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.
     </p>
  */
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
         </ul>
         <p>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.</p>
         <ul>
             <li>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.
 
         <ul>
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.
 
-    <p>This type of event is being send by the mail merge service
+    <p>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.</p>
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.</p>
+                        a com::sun::star::task::InteractionHandler.</p>
 
                         <p>Every element in the returned sequence is an any 
containing:</p>
                         <ul>
@@ -152,7 +152,7 @@ published service Content
                             setting an empty title may be illegal.</li>
                             <li>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.</li>
                         </ul>
 
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.
         </li>
         </ol>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to