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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 5 15:16:26 UTC 2019


 lotuswordpro/source/filter/lwptblcell.hxx                         |    2 +-
 offapi/com/sun/star/document/XDocumentRecovery.idl                |    6 +++---
 offapi/com/sun/star/document/XUndoManager.idl                     |    2 +-
 offapi/com/sun/star/embed/XOptimizedStorage.idl                   |    2 +-
 offapi/com/sun/star/image/ImageMap.idl                            |    2 +-
 offapi/com/sun/star/image/ImageMapObject.idl                      |    2 +-
 offapi/com/sun/star/inspection/PropertyControlType.idl            |    2 +-
 offapi/com/sun/star/inspection/XObjectInspector.idl               |    2 +-
 offapi/com/sun/star/linguistic2/XHyphenator.idl                   |    2 +-
 offapi/com/sun/star/mail/XMailMessage.idl                         |    6 +++---
 offapi/com/sun/star/presentation/EffectPresetClass.idl            |    2 +-
 offapi/com/sun/star/rendering/XSprite.idl                         |    2 +-
 offapi/com/sun/star/report/XImageControl.idl                      |    2 +-
 offapi/com/sun/star/script/XLibraryContainer2.idl                 |    2 +-
 offapi/com/sun/star/sdb/QueryDesign.idl                           |    2 +-
 offapi/com/sun/star/security/XCertificate.idl                     |    2 +-
 offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl |    2 +-
 17 files changed, 21 insertions(+), 21 deletions(-)

New commits:
commit 06b9ea06ac93dd8dab13145813b4ac6f57ca7c78
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Aug 5 10:22:39 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Aug 5 17:15:39 2019 +0200

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

diff --git a/lotuswordpro/source/filter/lwptblcell.hxx b/lotuswordpro/source/filter/lwptblcell.hxx
index b8e52ff75d17..567edfc99caf 100644
--- a/lotuswordpro/source/filter/lwptblcell.hxx
+++ b/lotuswordpro/source/filter/lwptblcell.hxx
@@ -67,7 +67,7 @@
 
 #include <xfilter/xfcell.hxx>
 
-// temporily added for compile
+// temporarily added for compile
 class LwpObject;
 
 class LwpContent;
diff --git a/offapi/com/sun/star/document/XDocumentRecovery.idl b/offapi/com/sun/star/document/XDocumentRecovery.idl
index a18e8dde800a..914a091b672b 100644
--- a/offapi/com/sun/star/document/XDocumentRecovery.idl
+++ b/offapi/com/sun/star/document/XDocumentRecovery.idl
@@ -38,7 +38,7 @@ interface XDocumentRecovery
         <p>If <code>storeToRecoveryFile</code> has not been called before, this method returns whether the document
         has been modified since it has been loaded respectively created.</p>
 
-        <p>When saving a session, either in case of a emergency (when OpenOffice.org crashed), or during a
+        <p>When saving a session, either in case of an emergency (when OpenOffice.org crashed), or during a
         periodic session save as configured by the user, storeToRecoveryFile() is called for every
         document where <code>wasModifiedSinceLastSave</code> returns `TRUE`.</p>
 
@@ -62,7 +62,7 @@ interface XDocumentRecovery
             specifies the URL of the location to which the document should be emergency-saved.
 
         @param MediaDescriptor
-            contains additional arguments for the save process, for instance an StatusIndicator.
+            contains additional arguments for the save process, for instance a StatusIndicator.
 
         @see MediaDescriptor
     */
@@ -96,7 +96,7 @@ interface XDocumentRecovery
             then the file should be recovered from its original location.
 
         @param MediaDescriptor
-            contains additional arguments for the load process, for instance an StatusIndicator.
+            contains additional arguments for the load process, for instance a StatusIndicator.
 
         @see MediaDescriptor
     */
diff --git a/offapi/com/sun/star/document/XUndoManager.idl b/offapi/com/sun/star/document/XUndoManager.idl
index 04f8b7ec80ab..9eb3d1d5cfb7 100644
--- a/offapi/com/sun/star/document/XUndoManager.idl
+++ b/offapi/com/sun/star/document/XUndoManager.idl
@@ -78,7 +78,7 @@ interface XUndoManager
     /** allows accessing the component, usually a document, which the undo manager works for.
 
         <p>com::sun::star::container::XChild::setParent() is not supported, and will throw
-        an com::sun::star::lang::NoSupportException.</p>
+        a com::sun::star::lang::NoSupportException.</p>
     */
     interface ::com::sun::star::container::XChild;
 
diff --git a/offapi/com/sun/star/embed/XOptimizedStorage.idl b/offapi/com/sun/star/embed/XOptimizedStorage.idl
index cf354ef7db76..65d5de599d12 100644
--- a/offapi/com/sun/star/embed/XOptimizedStorage.idl
+++ b/offapi/com/sun/star/embed/XOptimizedStorage.idl
@@ -71,7 +71,7 @@ published interface XOptimizedStorage
                 ::com::sun::star::io::IOException,
                 ::com::sun::star::embed::StorageWrappedTargetException );
 
-    /** allows to copy storage element directly, not guarantied to work.
+    /** allows to copy storage element directly, not guaranteed to work.
      */
     void copyElementDirectlyTo(
             [in] string sSourceName,
diff --git a/offapi/com/sun/star/image/ImageMap.idl b/offapi/com/sun/star/image/ImageMap.idl
index 2d592d98f444..12685af7aeae 100644
--- a/offapi/com/sun/star/image/ImageMap.idl
+++ b/offapi/com/sun/star/image/ImageMap.idl
@@ -30,7 +30,7 @@
  */
 published service ImageMap
 {
-    /** a ImageMap can, optionally, have a name. */
+    /** an ImageMap can, optionally, have a name. */
     interface ::com::sun::star::container::XNamed;
 
     /** this container interface gives access to
diff --git a/offapi/com/sun/star/image/ImageMapObject.idl b/offapi/com/sun/star/image/ImageMapObject.idl
index 9d96b83d9820..8a9ea20dd221 100644
--- a/offapi/com/sun/star/image/ImageMapObject.idl
+++ b/offapi/com/sun/star/image/ImageMapObject.idl
@@ -27,7 +27,7 @@
  module com {  module sun {  module star {  module image {
 
 
-/** this is a base service for objects inside a image maps.
+/** this is a base service for objects inside an image map.
     @see ImageMap
     @see ImageMapRectangleObject
     @see ImageMapCircleObject
diff --git a/offapi/com/sun/star/inspection/PropertyControlType.idl b/offapi/com/sun/star/inspection/PropertyControlType.idl
index 2954dd76de06..b5eb40952c2e 100644
--- a/offapi/com/sun/star/inspection/PropertyControlType.idl
+++ b/offapi/com/sun/star/inspection/PropertyControlType.idl
@@ -23,7 +23,7 @@
 module com {  module sun {  module star {  module inspection {
 
 /** describes pre-defined possible control types to be used to display and enter
-    property values within a ObjectInspector.
+    property values within an ObjectInspector.
 
     <p>The type of a control determines its visual appearance, its behavior, and - important
     for property handlers using a control - the expected type when reading and writing the
diff --git a/offapi/com/sun/star/inspection/XObjectInspector.idl b/offapi/com/sun/star/inspection/XObjectInspector.idl
index 6ec9169d9ca3..6d91b12f8cc4 100644
--- a/offapi/com/sun/star/inspection/XObjectInspector.idl
+++ b/offapi/com/sun/star/inspection/XObjectInspector.idl
@@ -37,7 +37,7 @@ interface XObjectInspectorUI;
 */
 interface XObjectInspector
 {
-    /** allows to plug the inspector into an com::sun::star::frame::XFrame
+    /** allows to plug the inspector into a com::sun::star::frame::XFrame
 
         <p>The com::sun::star::frame::XController::setModel() method
         accepts only XObjectInspectorModels, and will return `FALSE` if the
diff --git a/offapi/com/sun/star/linguistic2/XHyphenator.idl b/offapi/com/sun/star/linguistic2/XHyphenator.idl
index 96d095f77dc7..e7bddcace2af 100644
--- a/offapi/com/sun/star/linguistic2/XHyphenator.idl
+++ b/offapi/com/sun/star/linguistic2/XHyphenator.idl
@@ -143,7 +143,7 @@ published interface XHyphenator : com::sun::star::linguistic2::XSupportedLocales
     /** returns information about all possible hyphenation positions of a word.
 
         @returns
-            an com::sun::star::linguistic2::XPossibleHyphens
+            a com::sun::star::linguistic2::XPossibleHyphens
             for the given word and language if there are any hyphenation
             positions. `NULL` otherwise.
 
diff --git a/offapi/com/sun/star/mail/XMailMessage.idl b/offapi/com/sun/star/mail/XMailMessage.idl
index 9dee0393b35f..e9c2d4c77cb6 100644
--- a/offapi/com/sun/star/mail/XMailMessage.idl
+++ b/offapi/com/sun/star/mail/XMailMessage.idl
@@ -54,7 +54,7 @@ interface XMailMessage: ::com::sun::star::uno::XInterface {
     [attribute] string ReplyToAddress;
 
     /**
-        Add an recipients e-mail address to the list of recipients of this mail message.
+        Add a recipients e-mail address to the list of recipients of this mail message.
         If the e-mail address doesn't conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC 822</a>
         sending the mail message will fail.
 
@@ -64,7 +64,7 @@ interface XMailMessage: ::com::sun::star::uno::XInterface {
     void addRecipient([in] string sRecipientAddress);
 
     /**
-        Add an Cc recipients e-mail address to the list of recipients of this mail message.
+        Add a Cc recipients e-mail address to the list of recipients of this mail message.
         If the e-mail address doesn't conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC 822</a>
         sending the mail message will fail.
 
@@ -74,7 +74,7 @@ interface XMailMessage: ::com::sun::star::uno::XInterface {
     void addCcRecipient([in] string sRecipientAddress);
 
     /**
-        Add an BCC recipients e-mail address to the list of recipients of this mail message.
+        Add a BCC recipients e-mail address to the list of recipients of this mail message.
         If the e-mail address doesn't conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC 822</a>
         sending the mail message will fail.
 
diff --git a/offapi/com/sun/star/presentation/EffectPresetClass.idl b/offapi/com/sun/star/presentation/EffectPresetClass.idl
index ba7027c1a578..9ff0e1201a63 100644
--- a/offapi/com/sun/star/presentation/EffectPresetClass.idl
+++ b/offapi/com/sun/star/presentation/EffectPresetClass.idl
@@ -23,7 +23,7 @@
  module com {  module sun {  module star {  module presentation {
 
 
-/** This constants defines a the class for a preset animation effect.
+/** This constants defines the class for a preset animation effect.
     <br>
     This is stored with the name <i>preset-class</i> inside the
     ::com::sun::star::animations::XAnimationNode::UserData sequence.
diff --git a/offapi/com/sun/star/rendering/XSprite.idl b/offapi/com/sun/star/rendering/XSprite.idl
index 81dc07079ffb..3186fc1ff60e 100644
--- a/offapi/com/sun/star/rendering/XSprite.idl
+++ b/offapi/com/sun/star/rendering/XSprite.idl
@@ -64,7 +64,7 @@ interface XSprite : ::com::sun::star::uno::XInterface
         coordinates) of the rendered sprite content.<p>
 
         Please note that if this sprite is not animated, the
-        associated XSpriteCanva does not update changed sprites
+        associated XSpriteCanvas does not update changed sprites
         automatically, but has to be told to do so via
         XSpriteCanvas::updateScreen().<p>
 
diff --git a/offapi/com/sun/star/report/XImageControl.idl b/offapi/com/sun/star/report/XImageControl.idl
index 17be4a9e2368..6701aa86bc0b 100644
--- a/offapi/com/sun/star/report/XImageControl.idl
+++ b/offapi/com/sun/star/report/XImageControl.idl
@@ -29,7 +29,7 @@ interface XImageControl
 {
     interface XReportControlModel;
 
-    /** supplies the caller with an com::sun::star::awt::XImageProducer.
+    /** supplies the caller with a com::sun::star::awt::XImageProducer.
 
         <p>Other components can register as com::sun::star::awt::XImageConsumer
         at this producer. Then they will be notified of any change in the image to be displayed.</p>
diff --git a/offapi/com/sun/star/script/XLibraryContainer2.idl b/offapi/com/sun/star/script/XLibraryContainer2.idl
index 139ab02c46eb..1b0a9ac9e0d4 100644
--- a/offapi/com/sun/star/script/XLibraryContainer2.idl
+++ b/offapi/com/sun/star/script/XLibraryContainer2.idl
@@ -45,7 +45,7 @@ published interface XLibraryContainer2: com::sun::star::script::XLibraryContaine
         createLibraryLink in the StorageURL parameter.
 
         If the accessed library item exists but isn't a
-        link, a IllegalArgumentException is thrown
+        link, an IllegalArgumentException is thrown
      */
     string getLibraryLinkURL( [in] string Name )
             raises( com::sun::star::lang::IllegalArgumentException,
diff --git a/offapi/com/sun/star/sdb/QueryDesign.idl b/offapi/com/sun/star/sdb/QueryDesign.idl
index af75ff403333..2dd2fd6eb54d 100644
--- a/offapi/com/sun/star/sdb/QueryDesign.idl
+++ b/offapi/com/sun/star/sdb/QueryDesign.idl
@@ -64,7 +64,7 @@ module com {  module sun {  module star {  module sdb {
     initialization time:
     <ul>
         <li><b>Frame</b><br/>
-        has to be an com::sun::star::frame::XFrame interface specifying the frame to plug the
+        has to be a com::sun::star::frame::XFrame interface specifying the frame to plug the
         QueryDesign component into.<br/>
         This parameter is mandatory.
         </li>
diff --git a/offapi/com/sun/star/security/XCertificate.idl b/offapi/com/sun/star/security/XCertificate.idl
index e581e9af9543..7fd902738cab 100644
--- a/offapi/com/sun/star/security/XCertificate.idl
+++ b/offapi/com/sun/star/security/XCertificate.idl
@@ -117,7 +117,7 @@ interface XCertificate : com::sun::star::uno::XInterface
     [attribute, readonly] com::sun::star::security::CertificateKind CertificateKind;
 
     /**
-     * Find a extension with a object identifier.
+     * Find an extension with an object identifier.
      */
     XCertificateExtension findCertificateExtension( [in]sequence< byte > oid ) ;
 
diff --git a/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl b/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl
index 4362e3696958..248b02747696 100644
--- a/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl
+++ b/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl
@@ -58,7 +58,7 @@ service AccessiblePageHeaderFooterAreasView
         </ul>
         <p>The following rules apply to the children order.</p>
         <ul>
-            <li>The first is the left area, than the center area and the last
+            <li>The first is the left area, then the center area and the last
             is the right area.</li>
         </ul>
         <li>The description is ???.</li>


More information about the Libreoffice-commits mailing list