[Libreoffice-commits] core.git: offapi/com

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 12 14:14:26 UTC 2019


 offapi/com/sun/star/ui/XImageManager.idl                             |    4 ++--
 offapi/com/sun/star/ui/dialogs/FilePreviewImageFormats.idl           |    2 +-
 offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl               |    2 +-
 offapi/com/sun/star/util/URL.idl                                     |    2 +-
 offapi/com/sun/star/util/XCloseable.idl                              |    4 ++--
 offapi/com/sun/star/xml/crypto/XXMLEncryptionTemplate.idl            |    2 +-
 offapi/com/sun/star/xml/crypto/sax/ElementMarkType.idl               |    2 +-
 offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedBroadcaster.idl |    4 ++--
 offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedListener.idl    |    2 +-
 9 files changed, 12 insertions(+), 12 deletions(-)

New commits:
commit d9b54924fbfc2eae33c503434b0bfd3619c6a1a6
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Aug 11 19:40:08 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Aug 12 16:13:21 2019 +0200

    Fix typos
    
    Change-Id: I30132e6fa24daebd6726b6bd72be57cb5b69af21
    Reviewed-on: https://gerrit.libreoffice.org/77308
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/offapi/com/sun/star/ui/XImageManager.idl b/offapi/com/sun/star/ui/XImageManager.idl
index 6f2725a6d5f6..1bf87c9fc15f 100644
--- a/offapi/com/sun/star/ui/XImageManager.idl
+++ b/offapi/com/sun/star/ui/XImageManager.idl
@@ -37,7 +37,7 @@ module com { module sun { module star { module ui {
 
     <p>
     An image manager controls a number of image sets which are specified
-    by a ImageType.
+    by an ImageType.
     </p>
 */
 
@@ -135,7 +135,7 @@ interface XImageManager
     */
     void removeImages( [in] short nImageType, [in] sequence< string > CommandURLs ) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::IllegalAccessException );
 
-    /** inserts new image/command associations to a image manager.
+    /** inserts new image/command associations to an image manager.
 
         @param nImageType
             specifies the image type for this association operation.
diff --git a/offapi/com/sun/star/ui/dialogs/FilePreviewImageFormats.idl b/offapi/com/sun/star/ui/dialogs/FilePreviewImageFormats.idl
index f96221f7dbf5..e6a765ed7b70 100644
--- a/offapi/com/sun/star/ui/dialogs/FilePreviewImageFormats.idl
+++ b/offapi/com/sun/star/ui/dialogs/FilePreviewImageFormats.idl
@@ -29,7 +29,7 @@ module com { module sun { module star { module ui { module dialogs {
 
 published constants FilePreviewImageFormats
 {
-    /** A OpenOffice bitmap which is similar to the device independent bitmap
+    /** A LibreOffice bitmap which is similar to the device independent bitmap
         (DIB) format on windows.
         The bitmap data should be provided as a sequence of sal_Int8.
     */
diff --git a/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl b/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl
index 1bd17ccd35df..b5866343ab5d 100644
--- a/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl
+++ b/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl
@@ -40,7 +40,7 @@ module com { module sun { module star { module ui { module dialogs {
     <p>If that method returns <code>ExecutableDialogResults::OK</code>,
     the application will retrieve the changed com::sun::star::document::MediaDescriptor
     back using the interface com::sun::star::beans::XPropertyAccess. The filter
-    operation is than continued, using the new com::sun::star::document::MediaDescriptor.</p>
+    operation is then continued, using the new com::sun::star::document::MediaDescriptor.</p>
 
     <p>Otherwise, the filter operation is canceled.</p>
 
diff --git a/offapi/com/sun/star/util/URL.idl b/offapi/com/sun/star/util/URL.idl
index 5ebbff0cd990..45acd86d3cc4 100644
--- a/offapi/com/sun/star/util/URL.idl
+++ b/offapi/com/sun/star/util/URL.idl
@@ -24,7 +24,7 @@
 module com {  module sun {  module star {  module util {
 
 
-/** represents the structure of an Uniform Resource Locator.
+/** represents the structure of a Uniform Resource Locator.
 
     <p>
     If the structure represents a valid URL or not depends on prior usage of
diff --git a/offapi/com/sun/star/util/XCloseable.idl b/offapi/com/sun/star/util/XCloseable.idl
index fbb7182d3137..ad39183c8aec 100644
--- a/offapi/com/sun/star/util/XCloseable.idl
+++ b/offapi/com/sun/star/util/XCloseable.idl
@@ -25,7 +25,7 @@
 
 module com {  module sun {  module star {  module util {
 
-/** makes it possible to release any objects in a ordered manner by using
+/** makes it possible to release any objects in an ordered manner by using
     a two-step mechanism
 
     <p>
@@ -94,7 +94,7 @@ published interface XCloseable: XCloseBroadcaster
         </p>
 
         @param DeliverOwnership
-                `TRUE` delegates the ownership of this closing object to any one which throw the CloseVetoException.
+                `TRUE` delegates the ownership of this closing object to anyone which throw the CloseVetoException.
                 This new owner has to close the closing object again if his still running processes will be finished.
                 <br>
                 `FALSE` let the ownership at the original one which called the close() method. He must react for possible
diff --git a/offapi/com/sun/star/xml/crypto/XXMLEncryptionTemplate.idl b/offapi/com/sun/star/xml/crypto/XXMLEncryptionTemplate.idl
index a630d84bf2c2..adee7b121158 100644
--- a/offapi/com/sun/star/xml/crypto/XXMLEncryptionTemplate.idl
+++ b/offapi/com/sun/star/xml/crypto/XXMLEncryptionTemplate.idl
@@ -50,7 +50,7 @@ module com { module sun { module star { module xml { module crypto {
  * <p>It isn't a good method to set the EncryptedKey here. In general, there is
  * a RetrievalMethod in EncryptedData by which we can get the EncryptedKey.
  *
- * And some times, in the low level, it is hard to determine what the key is
+ * And sometimes, in the low level, it is hard to determine what the key is
  * except that the high level application tell the mechanism and parameters.
  *
  * So I think it will be more simple that the application set the encrypted key
diff --git a/offapi/com/sun/star/xml/crypto/sax/ElementMarkType.idl b/offapi/com/sun/star/xml/crypto/sax/ElementMarkType.idl
index 6d0ac9e751fd..c440019c4ebd 100644
--- a/offapi/com/sun/star/xml/crypto/sax/ElementMarkType.idl
+++ b/offapi/com/sun/star/xml/crypto/sax/ElementMarkType.idl
@@ -26,7 +26,7 @@ module com { module sun { module star { module xml { module crypto { module sax
  * Defines types of element mark.
  * <p>
  * the TYPEOFELEMENTMARK type represents a blocker, and the TYPEOFELEMENTCOLLECTOR
- * type represents a element collector.
+ * type represents an element collector.
  */
 enum ElementMarkType
 {
diff --git a/offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedBroadcaster.idl b/offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedBroadcaster.idl
index 1f4d95447b20..cef647b26f73 100644
--- a/offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedBroadcaster.idl
+++ b/offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedBroadcaster.idl
@@ -35,7 +35,7 @@ interface XReferenceResolvedListener;
 interface XReferenceResolvedBroadcaster : com::sun::star::uno::XInterface
 {
     /**
-     * Adds a new reference resolved listener for a element collector.
+     * Adds a new reference resolved listener for an element collector.
      * <p>
      * When the element collector has completely collected that element,
      * this listener will receive a notification.
@@ -49,7 +49,7 @@ interface XReferenceResolvedBroadcaster : com::sun::star::uno::XInterface
         [in] XReferenceResolvedListener listener);
 
     /**
-     * Removes a listener from a element collector.
+     * Removes a listener from an element collector.
      * <p>
      * When a listener is removed, it will not receive notification when
      * collection completes.
diff --git a/offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedListener.idl b/offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedListener.idl
index 776b229c4ddc..71085587c6b3 100644
--- a/offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedListener.idl
+++ b/offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedListener.idl
@@ -28,7 +28,7 @@ module com { module sun { module star { module xml { module crypto { module sax
 /**
  * Interface of Reference Resolved Listener.
  * <p>
- * This interface is used to receive the collection completion notification for a element
+ * This interface is used to receive the collection completion notification for an element
  * collector.
  */
 interface XReferenceResolvedListener : com::sun::star::uno::XInterface


More information about the Libreoffice-commits mailing list